Index: third_party/WebKit/Source/bindings/tests/results/core/AnyCallbackFunctionOptionalAnyArg.cpp |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/AnyCallbackFunctionOptionalAnyArg.cpp b/third_party/WebKit/Source/bindings/tests/results/core/AnyCallbackFunctionOptionalAnyArg.cpp |
index f62176b239f3cd8a1e7e099d9920d9cfd83fa4d6..89a9fb930b8854aae95a3d8a01c730e8012890db 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/AnyCallbackFunctionOptionalAnyArg.cpp |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/AnyCallbackFunctionOptionalAnyArg.cpp |
@@ -46,7 +46,7 @@ bool AnyCallbackFunctionOptionalAnyArg::call(ScriptWrappable* scriptWrappable, S |
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; |