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

Unified Diff: third_party/WebKit/Source/core/dom/ModulatorImpl.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/dom/ModulatorImpl.h
diff --git a/third_party/WebKit/Source/core/dom/ModulatorImpl.h b/third_party/WebKit/Source/core/dom/ModulatorImpl.h
index 6f7d4b77353ffe1c9dc6e5dd358d6cfc184ad385..fe7d7527a71b900b02547d10757fbc3cca08bae8 100644
--- a/third_party/WebKit/Source/core/dom/ModulatorImpl.h
+++ b/third_party/WebKit/Source/core/dom/ModulatorImpl.h
@@ -61,7 +61,8 @@ class ModulatorImpl final : public Modulator {
ModuleScriptLoaderClient*) 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;
« no previous file with comments | « third_party/WebKit/Source/core/dom/Modulator.h ('k') | third_party/WebKit/Source/core/dom/ModulatorImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698