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

Unified Diff: Source/devtools/front_end/bindings/StylesSourceMapping.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/StylesSourceMapping.js
diff --git a/Source/devtools/front_end/sdk/StylesSourceMapping.js b/Source/devtools/front_end/bindings/StylesSourceMapping.js
similarity index 98%
rename from Source/devtools/front_end/sdk/StylesSourceMapping.js
rename to Source/devtools/front_end/bindings/StylesSourceMapping.js
index f25506924d12854681b410218b5f7818f2e5be8d..f6db03e7096752677fa80ad123130d2cab5d1204 100644
--- a/Source/devtools/front_end/sdk/StylesSourceMapping.js
+++ b/Source/devtools/front_end/bindings/StylesSourceMapping.js
@@ -30,7 +30,7 @@
/**
* @constructor
- * @implements {WebInspector.SourceMapping}
+ * @implements {WebInspector.CSSSourceMapping}
* @param {!WebInspector.CSSStyleModel} cssModel
* @param {!WebInspector.Workspace} workspace
*/
@@ -52,7 +52,7 @@ WebInspector.StylesSourceMapping.MinorChangeUpdateTimeoutMs = 1000;
WebInspector.StylesSourceMapping.prototype = {
/**
- * @param {!WebInspector.RawLocation} rawLocation
+ * @param {!WebInspector.CSSLocation} rawLocation
* @return {?WebInspector.UILocation}
*/
rawLocationToUILocation: function(rawLocation)
@@ -68,7 +68,7 @@ WebInspector.StylesSourceMapping.prototype = {
* @param {!WebInspector.UISourceCode} uiSourceCode
* @param {number} lineNumber
* @param {number} columnNumber
- * @return {!WebInspector.RawLocation}
+ * @return {!WebInspector.CSSLocation}
*/
uiLocationToRawLocation: function(uiSourceCode, lineNumber, columnNumber)
{
« no previous file with comments | « Source/devtools/front_end/bindings/ScriptSnippetModel.js ('k') | Source/devtools/front_end/bindings/TempFile.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698