[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

abecsi at webkit.org abecsi at webkit.org
Wed Dec 22 12:09:42 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit bb8af6996a9c18f5e92ca34d9586821f7774c6a8
Author: abecsi at webkit.org <abecsi at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Aug 16 14:09:36 2010 +0000

    2010-08-16  Andras Becsi  <abecsi at webkit.org>
    
            Rubber-stamped by Gustavo Noronha Silva.
    
            [GTK] Build fix for MathML code generation.
    
            No new tests needed.
    
            * GNUmakefile.am:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65424 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 4b0fe15..99b4d91 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,13 @@
+2010-08-16  Andras Becsi  <abecsi at webkit.org>
+
+        Rubber-stamped by Gustavo Noronha Silva.
+
+        [GTK] Build fix for MathML code generation.
+
+        No new tests needed.
+
+        * GNUmakefile.am:
+
 2010-08-16  Sheriff Bot  <webkit.review.bot at gmail.com>
 
         Unreviewed, rolling out r65414.
diff --git a/WebCore/GNUmakefile.am b/WebCore/GNUmakefile.am
index 4a0dbbd..19b25ee 100644
--- a/WebCore/GNUmakefile.am
+++ b/WebCore/GNUmakefile.am
@@ -3467,8 +3467,6 @@ webcore_sources += \
 	WebCore/mathml/RenderMathMLUnderOver.cpp \
 	WebCore/mathml/RenderMathMLUnderOver.h
 
-endif # END ENABLE_MATHML
-
 webcore_built_sources += \
 	DerivedSources/WebCore/MathMLElementFactory.cpp \
 	DerivedSources/WebCore/MathMLElementFactory.h \
@@ -3483,6 +3481,7 @@ DerivedSources/WebCore/MathMLNames.h: DerivedSources/WebCore/MathMLNames.cpp
 DerivedSources/WebCore/MathMLElementFactory.cpp DerivedSources/WebCore/MathMLNames.cpp: $(WebCore)/dom/make_names.pl $(WebCore)/mathml/mathtags.in $(WebCore)/mathml/mathattrs.in
 	$(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $< --tags $(WebCore)/mathml/mathtags.in --attrs $(WebCore)/mathml/mathattrs.in --factory --wrapperFactory --outputDir "$(GENSOURCES_WEBCORE)"
 
+endif # END ENABLE_MATHML
 
 # ----
 # Notifications support

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list