Index: Source/devtools/front_end/bindings/CompilerScriptMapping.js |
diff --git a/Source/devtools/front_end/sdk/CompilerScriptMapping.js b/Source/devtools/front_end/bindings/CompilerScriptMapping.js |
similarity index 99% |
rename from Source/devtools/front_end/sdk/CompilerScriptMapping.js |
rename to Source/devtools/front_end/bindings/CompilerScriptMapping.js |
index b47595def1ed2bf3b2f52dd37c71862e98558b43..c1cefb4cee1c6473cbc8f09fbf4ab26cbfd3e22e 100644 |
--- a/Source/devtools/front_end/sdk/CompilerScriptMapping.js |
+++ b/Source/devtools/front_end/bindings/CompilerScriptMapping.js |
@@ -30,7 +30,7 @@ |
/** |
* @constructor |
- * @implements {WebInspector.ScriptSourceMapping} |
+ * @implements {WebInspector.DebuggerSourceMapping} |
* @param {!WebInspector.DebuggerModel} debuggerModel |
* @param {!WebInspector.Workspace} workspace |
* @param {!WebInspector.NetworkWorkspaceBinding} networkWorkspaceBinding |
@@ -60,7 +60,7 @@ WebInspector.CompilerScriptMapping = function(debuggerModel, workspace, networkW |
WebInspector.CompilerScriptMapping.prototype = { |
/** |
- * @param {!WebInspector.RawLocation} rawLocation |
+ * @param {!WebInspector.DebuggerModel.Location} rawLocation |
* @return {?WebInspector.UILocation} |
*/ |
rawLocationToUILocation: function(rawLocation) |