[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.16-1409-g5afdf4d
ggaren at apple.com
ggaren at apple.com
Thu Dec 3 13:21:05 UTC 2009
The following commit has been merged in the webkit-1.1 branch:
commit 552e646716d69aeb2a60e7c6b653a7c9516299c7
Author: ggaren at apple.com <ggaren at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Tue Oct 27 22:20:30 2009 +0000
Mac build fix: a forwarding header.
Patch by Geoffrey Garen <ggaren at apple.com> on 2009-10-27
* ForwardingHeaders/wtf/DateInstanceCache.h: Added.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50180 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 3c90855..094bb52 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2009-10-27 Geoffrey Garen <ggaren at apple.com>
+
+ Mac build fix: a forwarding header.
+
+ * ForwardingHeaders/wtf/DateInstanceCache.h: Added.
+
2009-10-27 Ryosuke Niwa <rniwa at webkit.org>
No Review.
diff --git a/WebCore/ForwardingHeaders/wtf/DateInstanceCache.h b/WebCore/ForwardingHeaders/wtf/DateInstanceCache.h
new file mode 100644
index 0000000..f39bdee
--- /dev/null
+++ b/WebCore/ForwardingHeaders/wtf/DateInstanceCache.h
@@ -0,0 +1,4 @@
+#ifndef WebCore_FWD_DateInstanceCache_h
+#define WebCore_FWD_DateInstanceCache_h
+#include <JavaScriptCore/DateInstanceCache.h>
+#endif
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list