| Index: third_party/WebKit/Source/modules/indexeddb/IDBCursor.cpp
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBCursor.cpp b/third_party/WebKit/Source/modules/indexeddb/IDBCursor.cpp
|
| index e376f6c21636cf081a3b1c7ff1a2ff1f68fe37c6..f545fbe5ecffe26a7c0b7438e48f0c2eab2a2608 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBCursor.cpp
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBCursor.cpp
|
| @@ -87,7 +87,7 @@ v8::Local<v8::Object> IDBCursor::associateWithWrapper(v8::Isolate* isolate, cons
|
| {
|
| wrapper = ScriptWrappable::associateWithWrapper(isolate, wrapperType, wrapper);
|
| if (!wrapper.IsEmpty())
|
| - V8HiddenValue::setHiddenValue(isolate, wrapper, V8HiddenValue::idbCursorRequest(isolate), toV8(m_request.get(), wrapper, isolate));
|
| + V8HiddenValue::setHiddenValue(ScriptState::current(isolate), wrapper, V8HiddenValue::idbCursorRequest(isolate), toV8(m_request.get(), wrapper, isolate));
|
| return wrapper;
|
| }
|
|
|
|
|