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

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

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/Modulator.h
diff --git a/third_party/WebKit/Source/core/dom/Modulator.h b/third_party/WebKit/Source/core/dom/Modulator.h
index ae0f66a38d2598214250a8ca881c7c9e156946a7..89e80fcbad05d57453e8bce293ec7bd17c0891d5 100644
--- a/third_party/WebKit/Source/core/dom/Modulator.h
+++ b/third_party/WebKit/Source/core/dom/Modulator.h
@@ -103,7 +103,7 @@ class CORE_EXPORT Modulator : public GarbageCollectedFinalized<Modulator>,
virtual Vector<String> ModuleRequestsFromScriptModule(ScriptModule) = 0;
- virtual void ExecuteModule(ScriptModule) = 0;
+ virtual void ExecuteModule(const ModuleScript*) = 0;
private:
friend class ModuleMap;

Powered by Google App Engine
This is Rietveld 408576698