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 39ff184223ffa32a6886ad3fb84309ba8a6f76f8..c5c70be3e819b7d418608d097aa027877111f146 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); |
}, |
/** |