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

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

Issue 2578193004: Remove ActiveScriptWrappableBase::m_scriptWrappable (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
Index: third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
diff --git a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
index 3223a4df6051a6ce08f4accc15438a6e2a9f0a8e..0021729972721813e929898fc7fcec62cb06a7e8 100644
--- a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
+++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
@@ -304,8 +304,7 @@ WorkerGlobalScope::WorkerGlobalScope(
double timeOrigin,
std::unique_ptr<SecurityOrigin::PrivilegeData> starterOriginPrivilageData,
WorkerClients* workerClients)
- : ActiveScriptWrappable(this),
- m_url(url),
+ : m_url(url),
m_userAgent(userAgent),
m_v8CacheOptions(V8CacheOptionsDefault),
m_scriptController(

Powered by Google App Engine
This is Rietveld 408576698