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

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

Issue 2885203006: [DevTools] inline modules should have correct text offset (Closed)
Patch Set: a Created 3 years, 7 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 2f5ca6d8b331721646b0af5baf7edea95f581ca9..11da0e11d6c1ff7bfef208e551b035b50ec45f31 100644
--- a/third_party/WebKit/Source/core/testing/DummyModulator.h
+++ b/third_party/WebKit/Source/core/testing/DummyModulator.h
@@ -53,7 +53,8 @@ class DummyModulator : public Modulator {
bool HasValidContext() override;
ScriptModule CompileModule(const String& script,
const String& url_str,
- AccessControlStatus) override;
+ AccessControlStatus,
+ const TextPosition&) override;
ScriptValue InstantiateModule(ScriptModule) override;
ScriptValue GetInstantiationError(const ModuleScript*) override;
Vector<String> ModuleRequestsFromScriptModule(ScriptModule) override;

Powered by Google App Engine
This is Rietveld 408576698