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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.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/bindings/core/v8/V8ScriptRunner.cpp
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.cpp b/third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.cpp
index 6173cf711bdcf740c591d4b01686e1de045b46ab..b88e096d9e49b8871a63232130f50663e94e9f30 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.cpp
@@ -542,6 +542,7 @@ void V8ScriptRunner::ReportExceptionForModule(v8::Isolate* isolate,
v8::False(isolate)); // is_module
ThrowException(isolate, exception, origin);
+ // v8::Exception::TypeError(V8String(isolate, "FOXME Message"))
kouhei (in TOK) 2017/04/24 01:24:03 remove?
hiroshige 2017/04/26 01:09:34 Done.
}
v8::MaybeLocal<v8::Value> V8ScriptRunner::RunCompiledScript(

Powered by Google App Engine
This is Rietveld 408576698