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

Unified Diff: third_party/WebKit/Source/core/testing/DummyModulator.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
Index: third_party/WebKit/Source/core/testing/DummyModulator.h
diff --git a/third_party/WebKit/Source/core/testing/DummyModulator.h b/third_party/WebKit/Source/core/testing/DummyModulator.h
index 561255c0edb7365b53d6142bc3635468da9e1108..4e7d749650aaa1950ae6f26cdaa93dbaba82640b 100644
--- a/third_party/WebKit/Source/core/testing/DummyModulator.h
+++ b/third_party/WebKit/Source/core/testing/DummyModulator.h
@@ -45,7 +45,6 @@ class DummyModulator : public Modulator {
AccessControlStatus) override;
ScriptValue InstantiateModule(ScriptModule) override;
Vector<String> ModuleRequestsFromScriptModule(ScriptModule) override;
- void ExecuteModule(ScriptModule) override;
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/dom/Modulator.h ('k') | third_party/WebKit/Source/core/testing/DummyModulator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698