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