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

Unified Diff: third_party/WebKit/Source/core/loader/modulescript/ModuleScriptFetchRequest.h

Issue 2555653002: [WIP Prototype] ES6 https://html.spec.whatwg.org/#fetch-a-single-module-script implementation (Closed)
Patch Set: rebased Created 3 years, 9 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/loader/modulescript/ModuleScriptFetchRequest.h
diff --git a/third_party/WebKit/Source/core/loader/modulescript/ModuleScriptFetchRequest.h b/third_party/WebKit/Source/core/loader/modulescript/ModuleScriptFetchRequest.h
index d2bc85bc619cf798c430ef28a39508c71bb1c6ea..6a4523d900abd16492fc1c6dbc78159eabf8bdb8 100644
--- a/third_party/WebKit/Source/core/loader/modulescript/ModuleScriptFetchRequest.h
+++ b/third_party/WebKit/Source/core/loader/modulescript/ModuleScriptFetchRequest.h
@@ -13,9 +13,6 @@
namespace blink {
-// A ModuleScriptFetchRequest is a "parameter object" for
-// Modulator::fetch{,New}SingleModule to avoid the methods having too many
-// arguments.
// In terms of spec, a ModuleScriptFetchRequest carries most of the arguments
// for "fetch a single module script" algorithm:
// https://html.spec.whatwg.org/#fetch-a-single-module-script

Powered by Google App Engine
This is Rietveld 408576698