Index: third_party/WebKit/Source/core/dom/ModuleScript.cpp |
diff --git a/third_party/WebKit/Source/core/dom/ModuleScript.cpp b/third_party/WebKit/Source/core/dom/ModuleScript.cpp |
index 9e2845e11cfaac2eddea279dfdb06a7ecd3826fc..a0f6a396a78fb14fe72bdbab795330f2c96185aa 100644 |
--- a/third_party/WebKit/Source/core/dom/ModuleScript.cpp |
+++ b/third_party/WebKit/Source/core/dom/ModuleScript.cpp |
@@ -58,8 +58,7 @@ bool ModuleScript::CheckMIMETypeBeforeRunScript(Document* context_document, |
} |
void ModuleScript::RunScript(LocalFrame* frame, const SecurityOrigin*) const { |
- // TODO(hiroshige): Implement this once Modulator::ExecuteModule() is landed. |
- NOTREACHED(); |
+ settings_object_->ExecuteModule(this); |
} |
String ModuleScript::InlineSourceTextForCSP() const { |