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

Unified Diff: Source/devtools/front_end/bindings/ResourceScriptMapping.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/ResourceScriptMapping.js
diff --git a/Source/devtools/front_end/sdk/ResourceScriptMapping.js b/Source/devtools/front_end/bindings/ResourceScriptMapping.js
similarity index 99%
rename from Source/devtools/front_end/sdk/ResourceScriptMapping.js
rename to Source/devtools/front_end/bindings/ResourceScriptMapping.js
index c525e4bf03c3c931f35207bd4440e9d3b784df3c..4b43ae797dc801d44769b0bf86e439bd782c7901 100644
--- a/Source/devtools/front_end/sdk/ResourceScriptMapping.js
+++ b/Source/devtools/front_end/bindings/ResourceScriptMapping.js
@@ -30,7 +30,7 @@
/**
* @constructor
- * @implements {WebInspector.ScriptSourceMapping}
+ * @implements {WebInspector.DebuggerSourceMapping}
* @param {!WebInspector.DebuggerModel} debuggerModel
* @param {!WebInspector.Workspace} workspace
* @param {!WebInspector.DebuggerWorkspaceBinding} debuggerWorkspaceBinding
@@ -53,7 +53,7 @@ WebInspector.ResourceScriptMapping = function(debuggerModel, workspace, debugger
WebInspector.ResourceScriptMapping.prototype = {
/**
- * @param {!WebInspector.RawLocation} rawLocation
+ * @param {!WebInspector.DebuggerModel.Location} rawLocation
* @return {?WebInspector.UILocation}
*/
rawLocationToUILocation: function(rawLocation)

Powered by Google App Engine
This is Rietveld 408576698