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 f5659672b8f48c62fde8e38718a4be5818641ed3..a48335a610ddc770653c1a76f6fa4cc3140a8ae3 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); |
}, |
/** |