| 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 b6a6951e2aae9b5ff4ec3a8b3fc590cdc954f3aa..28eedc23f4786d47ea05dc1201af0abca79f5e24 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.requestReveal();
|
| + this.revealWidget();
|
| var node = this.node();
|
| var blankSection = new WebInspector.BlankStylePropertiesSection(this, insertAfterSection._matchedStyles, node ? WebInspector.DOMPresentationUtils.simpleSelector(node) : "", styleSheetId, ruleLocation, insertAfterSection._style);
|
|
|
|
|