| Index: third_party/WebKit/Source/bindings/tests/results/modules/VoidCallbackFunctionModules.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/modules/VoidCallbackFunctionModules.cpp b/third_party/WebKit/Source/bindings/tests/results/modules/VoidCallbackFunctionModules.cpp
|
| index f8eaf6cbb2a5492ab5bf2a991544580bfe8897e8..0b8996149be3bbf81374a4a14c92ab1aed968231 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/modules/VoidCallbackFunctionModules.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/modules/VoidCallbackFunctionModules.cpp
|
| @@ -45,7 +45,7 @@ bool VoidCallbackFunctionModules::call(ScriptWrappable* scriptWrappable) {
|
| 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;
|
|
|