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

eric at webkit.org eric at webkit.org
Wed Dec 22 12:05:56 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 958ed625a7019208f2138651ffdcd4b5981810c9
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Aug 14 03:28:52 2010 +0000

    2010-08-13  Eric Seidel  <eric at webkit.org>
    
            Unreviewed.  Attempted build fix for Windows.
    
            Add support for MathML entities
            https://bugs.webkit.org/show_bug.cgi?id=43949
    
            * DerivedSources.cpp:
             - Add HTMLEntityTable.cpp
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65352 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index e26427c..8c8b9f8 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,13 @@
+2010-08-13  Eric Seidel  <eric at webkit.org>
+
+        Unreviewed.  Attempted build fix for Windows.
+
+        Add support for MathML entities
+        https://bugs.webkit.org/show_bug.cgi?id=43949
+
+        * DerivedSources.cpp:
+         - Add HTMLEntityTable.cpp
+
 2010-08-09  Adam Barth  <abarth at webkit.org>
 
         Reviewed by Eric Seidel.
diff --git a/WebCore/DerivedSources.cpp b/WebCore/DerivedSources.cpp
index fd7fcf8..eb40dfa 100644
--- a/WebCore/DerivedSources.cpp
+++ b/WebCore/DerivedSources.cpp
@@ -26,6 +26,7 @@
 // This all-in-one cpp file cuts down on template bloat to allow us to build our Windows release build.
 
 #include "HTMLElementFactory.cpp"
+#include "HTMLEntityTable.cpp"
 #include "JSAbstractWorker.cpp"
 #include "JSAttr.cpp"
 #include "JSBarInfo.cpp"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list