[Webkit-unassigned] [Bug 103377] [GTK] Add WebKit2 API for isolated worlds

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 23 05:37:51 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=103377


Anders Carlsson <andersca at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #209352|review?                     |review+
               Flag|                            |




--- Comment #3 from Anders Carlsson <andersca at apple.com>  2013-08-23 05:37:18 PST ---
(From update of attachment 209352)
View in context: https://bugs.webkit.org/attachment.cgi?id=209352&action=review

> Source/WebKit2/WebProcess/InjectedBundle/API/gtk/WebKitScriptWorld.cpp:41
> +    DEFINE_STATIC_LOCAL(ScriptWorldMap, map, ());

This can be NeverDestroyed<ScriptWorldMap> map if you include wtf/NeverDestroyed.h

-- 
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