[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373
aroben at apple.com
aroben at apple.com
Thu Apr 8 01:14:44 UTC 2010
The following commit has been merged in the webkit-1.2 branch:
commit d011683948f3e99a0f910403b442b69caf497d48
Author: aroben at apple.com <aroben at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Tue Jan 19 18:29:44 2010 +0000
Windows build fix
* WebScriptWorld.cpp: Added missing #include.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53475 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKit/win/ChangeLog b/WebKit/win/ChangeLog
index 6443ac5..362be39 100644
--- a/WebKit/win/ChangeLog
+++ b/WebKit/win/ChangeLog
@@ -1,3 +1,9 @@
+2010-01-19 Adam Roben <aroben at apple.com>
+
+ Windows build fix
+
+ * WebScriptWorld.cpp: Added missing #include.
+
2010-01-19 Dave Hyatt <hyatt at apple.com>
Build bustage fix. Make sure the newly added scriptWorldForGlobalContext function is [local] in the IDL.
diff --git a/WebKit/win/WebScriptWorld.cpp b/WebKit/win/WebScriptWorld.cpp
index 17e2ea2..7bc04eb 100644
--- a/WebKit/win/WebScriptWorld.cpp
+++ b/WebKit/win/WebScriptWorld.cpp
@@ -26,6 +26,7 @@
#include "WebKitDLL.h"
#include "WebScriptWorld.h"
+#include <JavaScriptCore/APICast.h>
#include <WebCore/JSDOMBinding.h>
#include <WebCore/ScriptController.h>
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list