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

abarth at webkit.org abarth at webkit.org
Wed Dec 22 13:22:21 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 212068edb635c06e9bb8bd46030152cf5032e34e
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Sep 13 09:50:15 2010 +0000

    2010-09-13  Adam Barth  <abarth at webkit.org>
    
            Attempted Qt build fix.
    
            * html/parser/HTMLElementStack.cpp:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67373 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index cb848db..e81cb38 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,11 @@
 2010-09-13  Adam Barth  <abarth at webkit.org>
 
+        Attempted Qt build fix.
+
+        * html/parser/HTMLElementStack.cpp:
+
+2010-09-13  Adam Barth  <abarth at webkit.org>
+
         Reviewed by Eric Seidel.
 
         Apply spec changes to InForeignContentMode
diff --git a/WebCore/html/parser/HTMLElementStack.cpp b/WebCore/html/parser/HTMLElementStack.cpp
index 2439897..123778d 100644
--- a/WebCore/html/parser/HTMLElementStack.cpp
+++ b/WebCore/html/parser/HTMLElementStack.cpp
@@ -29,6 +29,7 @@
 #include "Element.h"
 #include "HTMLNames.h"
 #include "MathMLNames.h"
+#include "SVGNames.h"
 #include <wtf/PassOwnPtr.h>
 
 #if ENABLE(SVG)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list