[Webkit-unassigned] [Bug 53291] implement unregisterWorld for isolated worlds for Webkit2
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jan 28 10:12:17 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=53291
--- Comment #3 from Sam Weinig <sam at webkit.org> 2011-01-28 10:12:17 PST ---
(From update of attachment 80428)
View in context: https://bugs.webkit.org/attachment.cgi?id=80428&action=review
> Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundleScriptWorld.h:39
> +WK_EXPORT void WKBundleScriptWorldClearWrappers(WKBundleScriptWorldRef);
This should be written as
WK_EXPORT void WKBundleScriptWorldClearWrappers(WKBundleScriptWorldRef scriptWorld);
Adding the parameter name.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list