| 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 89472ecbc6d74ac5d280ea981605a691f5aa6332..b62eeb025a1c1e098ff8e2b589764d940fcc548b 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* script_state,
|
| IDBRequest::IDBRequest(ScriptState* script_state,
|
| IDBAny* source,
|
| IDBTransaction* transaction)
|
| - : SuspendableObject(script_state->GetExecutionContext()),
|
| + : SuspendableObject(ExecutionContext::From(script_state)),
|
| transaction_(transaction),
|
| isolate_(script_state->GetIsolate()),
|
| source_(source) {}
|
|
|