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

Unified Diff: Source/devtools/front_end/sources/ScriptFormatterEditorAction.js

Issue 471433004: DevTools: Split out the "workspace" and "bindings" modules from "sdk" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove marker interfaces and WI.SourceMapping Created 6 years, 4 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: Source/devtools/front_end/sources/ScriptFormatterEditorAction.js
diff --git a/Source/devtools/front_end/sources/ScriptFormatterEditorAction.js b/Source/devtools/front_end/sources/ScriptFormatterEditorAction.js
index 68dc333459557ee505a8ff196f020c8c9ba2530d..510fc7e7de91130529eac470d036e4f91c468809 100644
--- a/Source/devtools/front_end/sources/ScriptFormatterEditorAction.js
+++ b/Source/devtools/front_end/sources/ScriptFormatterEditorAction.js
@@ -4,7 +4,7 @@
/**
* @constructor
- * @implements {WebInspector.SourceMapping}
+ * @implements {WebInspector.DebuggerSourceMapping}
* @param {!WebInspector.Target} target
* @param {!WebInspector.ScriptFormatterEditorAction} editorAction
*/
@@ -16,7 +16,7 @@ WebInspector.FormatterScriptMapping = function(target, editorAction)
WebInspector.FormatterScriptMapping.prototype = {
/**
- * @param {!WebInspector.RawLocation} rawLocation
+ * @param {!WebInspector.DebuggerModel.Location} rawLocation
* @return {?WebInspector.UILocation}
*/
rawLocationToUILocation: function(rawLocation)
« no previous file with comments | « Source/devtools/front_end/sdk/WorkspaceController.js ('k') | Source/devtools/front_end/workspace/FileManager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698