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) |