| Index: Source/devtools/front_end/StylesSourceMapping.js
|
| diff --git a/Source/devtools/front_end/StylesSourceMapping.js b/Source/devtools/front_end/StylesSourceMapping.js
|
| index 1be84aa6d0d6af17eff4a87c9eb7686de47e91d3..788cf5a60bb437dd4a2bc3c77a219f5985353d21 100644
|
| --- a/Source/devtools/front_end/StylesSourceMapping.js
|
| +++ b/Source/devtools/front_end/StylesSourceMapping.js
|
| @@ -72,7 +72,7 @@ WebInspector.StylesSourceMapping.prototype = {
|
| */
|
| uiLocationToRawLocation: function(uiSourceCode, lineNumber, columnNumber)
|
| {
|
| - return new WebInspector.CSSLocation(uiSourceCode.url || "", lineNumber, columnNumber);
|
| + return new WebInspector.CSSLocation(this._cssModel.target(), uiSourceCode.url || "", lineNumber, columnNumber);
|
| },
|
|
|
| /**
|
|
|