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

Unified Diff: third_party/WebKit/Source/core/dom/ScriptModuleResolver.h

Issue 2555653002: [WIP Prototype] ES6 https://html.spec.whatwg.org/#fetch-a-single-module-script implementation (Closed)
Patch Set: rebased 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/ScriptModuleResolver.h
diff --git a/third_party/WebKit/Source/core/dom/ScriptModuleResolver.h b/third_party/WebKit/Source/core/dom/ScriptModuleResolver.h
index 5ac520aa9a6f4447383f35f4c6df63c86d8dcc08..dafd80d6b13fd9ee7870d6335166ff26740d93e8 100644
--- a/third_party/WebKit/Source/core/dom/ScriptModuleResolver.h
+++ b/third_party/WebKit/Source/core/dom/ScriptModuleResolver.h
@@ -22,6 +22,10 @@ class ModuleScript;
// the specifier, and the module identified by 'x' is the descendant.
// ScriptModuleResolver, given a referrer and specifier, can look up the
// descendant.
+//
+// In terms of spec, ScriptModuleResolver is also used to set
+// "referencingModule.[[HostDefined]]" used in:
+// https://html.spec.whatwg.org/multipage/webappapis.html#resolve-a-module-specifier
class CORE_EXPORT ScriptModuleResolver
: public GarbageCollectedFinalized<ScriptModuleResolver> {
public:

Powered by Google App Engine
This is Rietveld 408576698