[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.17-1283-gcf603cf
aroben at apple.com
aroben at apple.com
Tue Jan 5 23:52:52 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 47fd09c9a7ed7823fff209373a527b90140ee22a
Author: aroben at apple.com <aroben at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Thu Dec 17 21:29:36 2009 +0000
Chromium build fix IV
* loader/CrossOriginPreflightResultCache.h: Added now-needed
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52285 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index fa9d769..593a6d0 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,12 @@
2009-12-17 Adam Roben <aroben at apple.com>
+ Chromium build fix IV
+
+ * loader/CrossOriginPreflightResultCache.h: Added now-needed
+ #includes.
+
+2009-12-17 Adam Roben <aroben at apple.com>
+
Chromium build fix III
* platform/graphics/Font.h: Added now-needed #include.
diff --git a/WebCore/loader/CrossOriginPreflightResultCache.h b/WebCore/loader/CrossOriginPreflightResultCache.h
index 97b526a..faf55e5 100644
--- a/WebCore/loader/CrossOriginPreflightResultCache.h
+++ b/WebCore/loader/CrossOriginPreflightResultCache.h
@@ -26,6 +26,8 @@
#include "KURLHash.h"
#include "StringHash.h"
+#include <wtf/HashMap.h>
+#include <wtf/HashSet.h>
namespace WebCore {
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list