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

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

Issue 2816043005: Revert of Introduce ModulePendingScript (Closed)
Patch Set: 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 ad1d58268c8499f258563614d9c20449aefc4e11..ef95e0b48bf21f23ff408d924aa9dd71da8f2474 100644
--- a/third_party/WebKit/Source/core/dom/Modulator.h
+++ b/third_party/WebKit/Source/core/dom/Modulator.h
@@ -32,13 +32,6 @@
class SingleModuleClient : public GarbageCollectedMixin {
public:
virtual void NotifyModuleLoadFinished(ModuleScript*) = 0;
-};
-
-// A ModuleTreeClient is notified when a module script and its whole descendent
-// tree load is complete.
-class ModuleTreeClient : public GarbageCollectedMixin {
- public:
- virtual void NotifyModuleTreeLoadFinished(ModuleScript*) = 0;
};
// spec: "top-level module fetch flag"
« no previous file with comments | « third_party/WebKit/Source/core/dom/BUILD.gn ('k') | third_party/WebKit/Source/core/dom/ModulePendingScript.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698