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

Unified Diff: Source/devtools/front_end/bindings/DefaultScriptMapping.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/bindings/DefaultScriptMapping.js
diff --git a/Source/devtools/front_end/sdk/DefaultScriptMapping.js b/Source/devtools/front_end/bindings/DefaultScriptMapping.js
similarity index 98%
rename from Source/devtools/front_end/sdk/DefaultScriptMapping.js
rename to Source/devtools/front_end/bindings/DefaultScriptMapping.js
index 0331b5cecb04df9eaadcee75b4a1d7c2937d7c74..4cb5beb274cf67df98504386c83f0fb9478453b5 100644
--- a/Source/devtools/front_end/sdk/DefaultScriptMapping.js
+++ b/Source/devtools/front_end/bindings/DefaultScriptMapping.js
@@ -30,7 +30,7 @@
/**
* @constructor
- * @implements {WebInspector.ScriptSourceMapping}
+ * @implements {WebInspector.DebuggerSourceMapping}
* @param {!WebInspector.DebuggerModel} debuggerModel
* @param {!WebInspector.Workspace} workspace
* @param {!WebInspector.DebuggerWorkspaceBinding} debuggerWorkspaceBinding
@@ -48,7 +48,7 @@ WebInspector.DefaultScriptMapping = function(debuggerModel, workspace, debuggerW
WebInspector.DefaultScriptMapping.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/bindings/DebuggerWorkspaceBinding.js ('k') | Source/devtools/front_end/bindings/FileUtils.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698