[webkit-reviews] review granted: [Bug 103377] [GTK] Add WebKit2 API for isolated worlds : [Attachment 209352] Patch

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


Anders Carlsson <andersca at apple.com> has granted Carlos Garcia Campos
<cgarcia at igalia.com>'s request for review:
Bug 103377: [GTK] Add WebKit2 API for isolated worlds
https://bugs.webkit.org/show_bug.cgi?id=103377

Attachment 209352: Patch
https://bugs.webkit.org/attachment.cgi?id=209352&action=review

------- Additional Comments from Anders Carlsson <andersca at apple.com>
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


More information about the webkit-reviews mailing list