| Index: third_party/WebKit/Source/core/dom/ScriptModuleResolverImpl.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/ScriptModuleResolverImpl.cpp b/third_party/WebKit/Source/core/dom/ScriptModuleResolverImpl.cpp
|
| index b5d90c0b2ac7e1467030fc7b26059ddbe86be4f4..71f082c791e506040a0964aad9f09568469f3a92 100644
|
| --- a/third_party/WebKit/Source/core/dom/ScriptModuleResolverImpl.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ScriptModuleResolverImpl.cpp
|
| @@ -73,10 +73,7 @@ ScriptModule ScriptModuleResolverImpl::Resolve(
|
| return ScriptModule();
|
| }
|
|
|
| - // Step 6. Assert: resolved module script's instantiation state is
|
| - // "instantiated" (and thus its module record is not null).
|
| - CHECK_EQ(module_script->InstantiationState(),
|
| - ModuleInstantiationState::kInstantiated);
|
| + // Step 6. Assert: resolved module script's module record is not null.
|
| ScriptModule record = module_script->Record();
|
| CHECK(!record.IsNull());
|
|
|
|
|