| 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 7b3ecb4bb7363269f4ad2588eb3fd1cec52b472f..7b625baa70c49ef35d7375816a6ff4f9a83b5327 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js
|
| @@ -430,7 +430,7 @@ WebInspector.StylesSidebarPane.prototype = {
|
| */
|
| _addBlankSection: function(insertAfterSection, styleSheetId, ruleLocation)
|
| {
|
| - this.expand();
|
| + this.expandPane();
|
| var node = this.node();
|
| var blankSection = new WebInspector.BlankStylePropertiesSection(this, insertAfterSection._matchedStyles, node ? WebInspector.DOMPresentationUtils.simpleSelector(node) : "", styleSheetId, ruleLocation, insertAfterSection._style);
|
|
|
|
|