Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: third_party/WebKit/Source/core/dom/ModulatorImpl.cpp

Issue 2781713003: Enable module scripts in ScriptLoader (Closed)
Patch Set: Rebase Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/dom/ModulatorImpl.cpp
diff --git a/third_party/WebKit/Source/core/dom/ModulatorImpl.cpp b/third_party/WebKit/Source/core/dom/ModulatorImpl.cpp
index b52761f6e311f7de4d332985f483428b963318c0..5732b41b0a55b527fc7ff7edf5107c90c7bcfada 100644
--- a/third_party/WebKit/Source/core/dom/ModulatorImpl.cpp
+++ b/third_party/WebKit/Source/core/dom/ModulatorImpl.cpp
@@ -159,7 +159,7 @@ void ModulatorImpl::ExecuteModule(const ModuleScript* module_script) {
v8::Isolate* isolate = script_state_->GetIsolate();
ScriptModule::ReportException(
script_state_.Get(), module_script->CreateInstantiationError(isolate),
- "FOXME.js");
+ module_script->BaseURL().GetString());
return;
}

Powered by Google App Engine
This is Rietveld 408576698