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