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

barraclough at apple.com barraclough at apple.com
Wed Dec 22 11:51:37 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 439f152ad196fa438e30050e41f5a8ef61024979
Author: barraclough at apple.com <barraclough at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Aug 10 01:43:35 2010 +0000

    Speculative Qt build fix.
    
    * css/CSSSelector.cpp:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65030 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index b942b56..b191d75 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,11 @@
 2010-08-09  Gavin Barraclough  <barraclough at apple.com>
 
+        Speculative Qt build fix.
+
+        * css/CSSSelector.cpp:
+
+2010-08-09  Gavin Barraclough  <barraclough at apple.com>
+
         Speculative gtk build fix.
 
         * plugins/gtk/PluginViewGtk.cpp:
diff --git a/WebCore/css/CSSSelector.cpp b/WebCore/css/CSSSelector.cpp
index facce83..ca6cc3d 100644
--- a/WebCore/css/CSSSelector.cpp
+++ b/WebCore/css/CSSSelector.cpp
@@ -34,7 +34,9 @@
 #include <wtf/Vector.h>
 
 namespace WebCore {
-    
+
+using WTF::operator+;
+
 using namespace HTMLNames;
 
 class CSSSelectorBag : public Noncopyable {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list