| Index: third_party/WebKit/Source/bindings/core/v8/V8ResizeObserverCallbackCustom.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8ResizeObserverCallbackCustom.cpp b/third_party/WebKit/Source/bindings/core/v8/V8ResizeObserverCallbackCustom.cpp
|
| index b23f4238a6540776d2b6120668b2a6d0f4c00572..88d364ba987a3d72894a5d1642bb7e3b45539405 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8ResizeObserverCallbackCustom.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8ResizeObserverCallbackCustom.cpp
|
| @@ -43,7 +43,7 @@ void V8ResizeObserverCallback::handleEvent(
|
| v8::TryCatch exceptionCatcher(m_scriptState->isolate());
|
| exceptionCatcher.SetVerbose(true);
|
| V8ScriptRunner::callFunction(m_callback.newLocal(isolate),
|
| - getExecutionContext(), thisObject,
|
| + m_scriptState->getExecutionContext(), thisObject,
|
| WTF_ARRAY_LENGTH(argv), argv, isolate);
|
| }
|
|
|
|
|