| Index: third_party/WebKit/Source/bindings/tests/results/core/LongCallbackFunction.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/LongCallbackFunction.cpp b/third_party/WebKit/Source/bindings/tests/results/core/LongCallbackFunction.cpp
|
| index 7bfbda2c0d6ce86eefa4d7cc691851d655be53d8..32ca61fa4e114136aef1810dede2c5ca9c547260 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/LongCallbackFunction.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/LongCallbackFunction.cpp
|
| @@ -47,7 +47,7 @@ bool LongCallbackFunction::call(ScriptWrappable* scriptWrappable, int32_t num1,
|
| if (!m_scriptState->ContextIsValid())
|
| return false;
|
|
|
| - ExecutionContext* context = m_scriptState->GetExecutionContext();
|
| + ExecutionContext* context = ExecutionContext::From(m_scriptState.Get());
|
| DCHECK(context);
|
| if (context->IsContextSuspended() || context->IsContextDestroyed())
|
| return false;
|
|
|