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

kevino at webkit.org kevino at webkit.org
Wed Dec 22 12:06:03 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit c6d63fa07d52865635d2114b12bf5209294feebc
Author: kevino at webkit.org <kevino at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Aug 14 05:09:57 2010 +0000

    [wx] Build fix, add CString to the list of forwards.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65356 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 3bc2a83..afbb205 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,9 @@
+2010-08-13  Kevin Ollivier  <kevino at theolliviers.com>
+
+        [wx] Build fix, add CString to the list of forwards.
+
+        * wtf/Forward.h:
+
 2010-08-13  Gavin Barraclough  <barraclough at apple.com>
 
         Windows build fix
diff --git a/JavaScriptCore/wtf/Forward.h b/JavaScriptCore/wtf/Forward.h
index a2cc75b..32435c8 100644
--- a/JavaScriptCore/wtf/Forward.h
+++ b/JavaScriptCore/wtf/Forward.h
@@ -34,6 +34,7 @@ namespace WTF {
 
     class AtomicString;
     class AtomicStringImpl;
+    class CString;
     class String;
     class StringBuffer;
     class StringImpl;
@@ -49,6 +50,7 @@ using WTF::Vector;
 
 using WTF::AtomicString;
 using WTF::AtomicStringImpl;
+using WTF::CString;
 using WTF::String;
 using WTF::StringBuffer;
 using WTF::StringImpl;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list