| Index: Source/devtools/front_end/SASSSourceMapping.js
|
| diff --git a/Source/devtools/front_end/SASSSourceMapping.js b/Source/devtools/front_end/SASSSourceMapping.js
|
| index ca223a525c362c8a73384097242db35bff7ea32d..bd400ab3c9ea0f5cc201bc27f09bc607af9a7b46 100644
|
| --- a/Source/devtools/front_end/SASSSourceMapping.js
|
| +++ b/Source/devtools/front_end/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(uiSourceCode.url || "", lineNumber, columnNumber);
|
| + return new WebInspector.CSSLocation(this._cssModel.target(), uiSourceCode.url || "", lineNumber, columnNumber);
|
| },
|
|
|
| /**
|
|
|