| 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 af36c3de58677f35ce528c4b78a050673fd9b618..7d4f9c36646ac4069b5207e7c61b2a4244f9fdd7 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptModule.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptModule.cpp
|
| @@ -84,7 +84,7 @@ v8::MaybeLocal<v8::Module> ScriptModule::resolveModuleCallback(
|
| v8::Local<v8::String> specifier,
|
| v8::Local<v8::Module> referrer) {
|
| v8::Isolate* isolate = context->GetIsolate();
|
| - Modulator* modulator = V8PerContextData::from(context)->modulator();
|
| + Modulator* modulator = Modulator::from(V8PerContextData::from(context));
|
| DCHECK(modulator);
|
|
|
| ScriptModule referrerRecord(isolate, referrer);
|
|
|