Index: Source/devtools/front_end/sdk/SASSSourceMapping.js |
diff --git a/Source/devtools/front_end/sdk/SASSSourceMapping.js b/Source/devtools/front_end/sdk/SASSSourceMapping.js |
index 73abd1e2f1fba5f9e4c06b1205423cbee2b2b265..258d80ffd92b77f4bfa89334aacb0f7a83d0b150 100644 |
--- a/Source/devtools/front_end/sdk/SASSSourceMapping.js |
+++ b/Source/devtools/front_end/sdk/SASSSourceMapping.js |
@@ -561,7 +561,7 @@ WebInspector.SASSSourceMapping.prototype = { |
uiLocationToRawLocation: function(uiSourceCode, lineNumber, columnNumber) |
{ |
// FIXME: Implement this when ui -> raw mapping has clients. |
- return new WebInspector.CSSLocation(this._cssModel.target(), uiSourceCode.url || "", lineNumber, columnNumber); |
+ return new WebInspector.CSSLocation(this._cssModel.target(), null, uiSourceCode.url || "", lineNumber, columnNumber); |
}, |
/** |