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

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

Issue 2814383004: Remove Modulator::ExecuteModule() temporarily (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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/testing/DummyModulator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ef95e0b48bf21f23ff408d924aa9dd71da8f2474..f6f34ecb180d720ff6aa7e53633dab006f610154 100644
--- a/third_party/WebKit/Source/core/dom/Modulator.h
+++ b/third_party/WebKit/Source/core/dom/Modulator.h
@@ -78,8 +78,6 @@ class CORE_EXPORT Modulator : public GarbageCollectedFinalized<Modulator>,
virtual Vector<String> ModuleRequestsFromScriptModule(ScriptModule) = 0;
- virtual void ExecuteModule(ScriptModule) = 0;
-
private:
friend class ModuleMap;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/testing/DummyModulator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698