[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

mrowe at apple.com mrowe at apple.com
Thu Apr 8 02:13:16 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 6c922268b0f80d56927c0da613b67b910826d732
Author: mrowe at apple.com <mrowe at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Mar 8 02:05:32 2010 +0000

    Chromium build fix.
    
    * platform/chromium/ChromiumDataObject.h: Include SharedBuffer.h since the inline constructor of this
    class means that the pointed-to type of the RefPtr member must be available.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55642 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 9f9d3af..a828968 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,12 @@
 2010-03-07  Mark Rowe  <mrowe at apple.com>
 
+        Chromium build fix.
+
+        * platform/chromium/ChromiumDataObject.h: Include SharedBuffer.h since the inline constructor of this
+        class means that the pointed-to type of the RefPtr member must be available.
+
+2010-03-07  Mark Rowe  <mrowe at apple.com>
+
         Qt build fix.
 
         * platform/network/qt/DnsPrefetchHelper.cpp: Include PlatformString.h since we're using WebCore::String.
diff --git a/WebCore/platform/chromium/ChromiumDataObject.h b/WebCore/platform/chromium/ChromiumDataObject.h
index 5fae3e3..6dea997 100644
--- a/WebCore/platform/chromium/ChromiumDataObject.h
+++ b/WebCore/platform/chromium/ChromiumDataObject.h
@@ -33,6 +33,7 @@
 
 #include "KURL.h"
 #include "PlatformString.h"
+#include "SharedBuffer.h"
 #include <wtf/RefPtr.h>
 #include <wtf/Vector.h>
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list