| 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) {}
|
|
|
|
|