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

Unified Diff: Source/devtools/front_end/bindings/CompilerScriptMapping.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/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)

Powered by Google App Engine
This is Rietveld 408576698