[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:26 UTC 2010


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

    Speculative chromium build fix.
    
    * public/WebCString.h:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65023 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index a1defdb..ec975ec 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,3 +1,9 @@
+2010-08-09  Gavin Barraclough  <barraclough at apple.com>
+
+        Speculative chromium build fix.
+
+        * public/WebCString.h:
+
 2010-08-06  Gavin Barraclough  <barraclough at apple.com>
 
         Rubber stamped by Sam Weinig
diff --git a/WebKit/chromium/public/WebCString.h b/WebKit/chromium/public/WebCString.h
index d5c47ab..0320eb6 100644
--- a/WebKit/chromium/public/WebCString.h
+++ b/WebKit/chromium/public/WebCString.h
@@ -39,6 +39,10 @@
 #include <string>
 #endif
 
+namespace WTF {
+class CString;
+}
+
 namespace WebKit {
 
 class WebCStringPrivate;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list