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

Unified Diff: third_party/WebKit/Source/core/testing/DummyModulator.h

Issue 2838933003: [not-for-commit] kitsune changes + pending kouhei changes (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/testing/DummyModulator.h
diff --git a/third_party/WebKit/Source/core/testing/DummyModulator.h b/third_party/WebKit/Source/core/testing/DummyModulator.h
index efd617a54323e7b921369dfa6b9c2b64f9ae554c..3b66ecd575d1ff41537ce4e1110f075adf78ecbd 100644
--- a/third_party/WebKit/Source/core/testing/DummyModulator.h
+++ b/third_party/WebKit/Source/core/testing/DummyModulator.h
@@ -52,7 +52,9 @@ class DummyModulator : public Modulator {
const String& url_str,
AccessControlStatus) override;
ScriptValue InstantiateModule(ScriptModule) override;
+ ScriptValue GetInstantiationError(const ModuleScript*) override;
Vector<String> ModuleRequestsFromScriptModule(ScriptModule) override;
+ void ExecuteModule(const ModuleScript*) override;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698