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