Index: Source/devtools/front_end/StylesSidebarPane.js |
diff --git a/Source/devtools/front_end/StylesSidebarPane.js b/Source/devtools/front_end/StylesSidebarPane.js |
index a0a9de88edb5a8bda4f58e0a31ea726ed58942f7..79e20e16a204f37743826da81f342e23150ca461 100644 |
--- a/Source/devtools/front_end/StylesSidebarPane.js |
+++ b/Source/devtools/front_end/StylesSidebarPane.js |
@@ -754,7 +754,7 @@ WebInspector.StylesSidebarPane.prototype = { |
addBlankSection: function() |
{ |
- var blankSection = new WebInspector.BlankStylePropertiesSection(this, this.node ? this.node.appropriateSelectorFor(true) : ""); |
+ var blankSection = new WebInspector.BlankStylePropertiesSection(this, this.node ? WebInspector.DOMPresentationUtils.appropriateSelectorFor(this.node, true) : ""); |
var elementStyleSection = this.sections[0][1]; |
this._sectionsContainer.insertBefore(blankSection.element, elementStyleSection.element.nextSibling); |