[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.22-985-g3c00f00
mrowe at apple.com
mrowe at apple.com
Wed Mar 17 18:27:15 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 325ad550477148a45ac17b6513c5c20e6ff2185f
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