| Index: Source/devtools/front_end/StylesSidebarPane.js
|
| diff --git a/Source/devtools/front_end/StylesSidebarPane.js b/Source/devtools/front_end/StylesSidebarPane.js
|
| index 7962cdf5ece3e45470c1cd895727c1575d18284e..3e56ac42e70b6d283a074e2ecbd16026008deb55 100644
|
| --- a/Source/devtools/front_end/StylesSidebarPane.js
|
| +++ b/Source/devtools/front_end/StylesSidebarPane.js
|
| @@ -2283,7 +2283,7 @@ WebInspector.StylePropertyTreeElement.prototype = {
|
| var uiLocation = this.property.uiLocation(propertyNameClicked);
|
| if (!uiLocation)
|
| return;
|
| - WebInspector.showPanel("scripts").showUISourceCode(uiLocation.uiSourceCode, uiLocation.lineNumber, uiLocation.columnNumber);
|
| + WebInspector.showPanel("scripts").showUILocation(uiLocation);
|
| },
|
|
|
| _isNameElement: function(element)
|
|
|