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