| Index: third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js b/third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js
|
| index 7d7e89f9cfebea772ff2efa083a44e7c72707554..2e67d04adcab81579cd427782ba593df70e5f18d 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js
|
| @@ -425,7 +425,7 @@ WebInspector.StylesSidebarPane.prototype = {
|
| */
|
| _addBlankSection: function(insertAfterSection, styleSheetId, ruleLocation)
|
| {
|
| - this.revealWidget();
|
| + this.revealView();
|
| var node = this.node();
|
| var blankSection = new WebInspector.BlankStylePropertiesSection(this, insertAfterSection._matchedStyles, node ? WebInspector.DOMPresentationUtils.simpleSelector(node) : "", styleSheetId, ruleLocation, insertAfterSection._style);
|
|
|
|
|