Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(99)

Unified Diff: third_party/WebKit/Source/bindings/core/v8/DOMWrapperWorld.h

Issue 2665733002: [wrapper-tracing] For a worker, mark relative to its wrapper map. (Closed)
Patch Set: Address comments Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/bindings/core/v8/DOMWrapperWorld.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/DOMWrapperWorld.h b/third_party/WebKit/Source/bindings/core/v8/DOMWrapperWorld.h
index bb3fd0bcd3b6fa48abfa56a46fb7cfc8bc09a746..7fe13d7b6be7eff8e5d972530e2b0021366b2ecb 100644
--- a/third_party/WebKit/Source/bindings/core/v8/DOMWrapperWorld.h
+++ b/third_party/WebKit/Source/bindings/core/v8/DOMWrapperWorld.h
@@ -83,6 +83,7 @@ class CORE_EXPORT DOMWrapperWorld : public RefCounted<DOMWrapperWorld> {
return world(isolate->GetCurrentContext());
}
+ static DOMWrapperWorld*& workerWorld();
static DOMWrapperWorld& mainWorld();
static PassRefPtr<DOMWrapperWorld> fromWorldId(v8::Isolate*, int worldId);

Powered by Google App Engine
This is Rietveld 408576698