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

Unified Diff: third_party/WebKit/Source/core/workers/MainThreadWorkletGlobalScope.cpp

Issue 2593983002: Replace DOMWindowProperty in core/ with ContextClient (Closed)
Patch Set: temp Created 4 years 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
« no previous file with comments | « third_party/WebKit/Source/core/workers/MainThreadWorkletGlobalScope.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/workers/MainThreadWorkletGlobalScope.cpp
diff --git a/third_party/WebKit/Source/core/workers/MainThreadWorkletGlobalScope.cpp b/third_party/WebKit/Source/core/workers/MainThreadWorkletGlobalScope.cpp
index 95957ef3b80a4c0ec078bf65d230cdc050bffa2c..dd53e83e3d3b3a5b6deea370ef30aae4216ee9d1 100644
--- a/third_party/WebKit/Source/core/workers/MainThreadWorkletGlobalScope.cpp
+++ b/third_party/WebKit/Source/core/workers/MainThreadWorkletGlobalScope.cpp
@@ -20,7 +20,7 @@ MainThreadWorkletGlobalScope::MainThreadWorkletGlobalScope(
PassRefPtr<SecurityOrigin> securityOrigin,
v8::Isolate* isolate)
: WorkletGlobalScope(url, userAgent, std::move(securityOrigin), isolate),
- DOMWindowProperty(frame) {}
+ ContextClient(frame) {}
MainThreadWorkletGlobalScope::~MainThreadWorkletGlobalScope() {}
« no previous file with comments | « third_party/WebKit/Source/core/workers/MainThreadWorkletGlobalScope.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698