| Index: third_party/WebKit/Source/bindings/modules/v8/ConditionalFeaturesForModules.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/modules/v8/ConditionalFeaturesForModules.cpp b/third_party/WebKit/Source/bindings/modules/v8/ConditionalFeaturesForModules.cpp
|
| index 99f8ba3c2a0decd52b7cd6bd81c8c44f479c37d7..55aa4aba9741dc70cfd45c31912143b6918e0d6e 100644
|
| --- a/third_party/WebKit/Source/bindings/modules/v8/ConditionalFeaturesForModules.cpp
|
| +++ b/third_party/WebKit/Source/bindings/modules/v8/ConditionalFeaturesForModules.cpp
|
| @@ -46,7 +46,7 @@ void InstallConditionalFeaturesForModules(
|
| (*g_original_install_conditional_features_function)(
|
| wrapper_type_info, script_state, prototype_object, interface_object);
|
|
|
| - ExecutionContext* execution_context = script_state->GetExecutionContext();
|
| + ExecutionContext* execution_context = ExecutionContext::From(script_state);
|
| if (!execution_context)
|
| return;
|
| v8::Isolate* isolate = script_state->GetIsolate();
|
|
|