| Index: third_party/WebKit/Source/bindings/core/v8/ScriptModule.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptModule.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptModule.cpp
|
| index 20d810889ca0486576cedbf7b1244f6a02f11b18..ef41fa196c841ae8366af9a066bcef2360375e01 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptModule.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptModule.cpp
|
| @@ -89,7 +89,7 @@ v8::MaybeLocal<v8::Module> ScriptModule::resolveModuleCallback(
|
| v8::Local<v8::String> specifier,
|
| v8::Local<v8::Module> referrer) {
|
| v8::Isolate* isolate = context->GetIsolate();
|
| - Modulator* modulator = Modulator::from(V8PerContextData::from(context));
|
| + Modulator* modulator = Modulator::from(ScriptState::from(context));
|
| DCHECK(modulator);
|
|
|
| ScriptModule referrerRecord(isolate, referrer);
|
|
|