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

Unified Diff: third_party/WebKit/Source/modules/indexeddb/IDBRequest.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/modules/indexeddb/IDBRequest.cpp
diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBRequest.cpp b/third_party/WebKit/Source/modules/indexeddb/IDBRequest.cpp
index 987de55d2398f83b00e08368bf36a76348ce9fee..d1e768d558399f13744925205695ed1683e1de41 100644
--- a/third_party/WebKit/Source/modules/indexeddb/IDBRequest.cpp
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBRequest.cpp
@@ -66,8 +66,7 @@ IDBRequest* IDBRequest::create(ScriptState* scriptState,
IDBRequest::IDBRequest(ScriptState* scriptState,
IDBAny* source,
IDBTransaction* transaction)
- : ActiveScriptWrappable(this),
- SuspendableObject(scriptState->getExecutionContext()),
+ : SuspendableObject(scriptState->getExecutionContext()),
m_transaction(transaction),
m_source(source) {}

Powered by Google App Engine
This is Rietveld 408576698