[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.18-1-697-g2f78b87
hyatt at apple.com
hyatt at apple.com
Wed Jan 20 22:29:19 UTC 2010
The following commit has been merged in the debian/unstable branch:
commit 419f0b8eeb8dc54ac0577744b30a3f67c7216d3e
Author: hyatt at apple.com <hyatt at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Tue Jan 19 18:24:20 2010 +0000
Build bustage fix. Make sure the newly added scriptWorldForGlobalContext function is [local] in the IDL.
* Interfaces/IWebScriptWorld.idl:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53473 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKit/win/ChangeLog b/WebKit/win/ChangeLog
index 96cc7d8..6443ac5 100644
--- a/WebKit/win/ChangeLog
+++ b/WebKit/win/ChangeLog
@@ -1,5 +1,11 @@
2010-01-19 Dave Hyatt <hyatt at apple.com>
+ Build bustage fix. Make sure the newly added scriptWorldForGlobalContext function is [local] in the IDL.
+
+ * Interfaces/IWebScriptWorld.idl:
+
+2010-01-19 Dave Hyatt <hyatt at apple.com>
+
Reviewed by Adam Roben.
Add an API to obtain a WebScriptWorld from a JSGlobalContextRef.
diff --git a/WebKit/win/Interfaces/IWebScriptWorld.idl b/WebKit/win/Interfaces/IWebScriptWorld.idl
index 1c79199..bd8012d 100644
--- a/WebKit/win/Interfaces/IWebScriptWorld.idl
+++ b/WebKit/win/Interfaces/IWebScriptWorld.idl
@@ -36,5 +36,5 @@ import "JavaScriptCoreAPITypes.idl";
]
interface IWebScriptWorld : IUnknown {
HRESULT standardWorld([out, retval] IWebScriptWorld**);
- HRESULT scriptWorldForGlobalContext([in] JSGlobalContextRef, [out, retval] IWebScriptWorld**);
+ [local] HRESULT scriptWorldForGlobalContext([in] JSGlobalContextRef, [out, retval] IWebScriptWorld**);
}
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list