Index: Source/devtools/front_end/components/PropertiesSection.js |
diff --git a/Source/devtools/front_end/components/PropertiesSection.js b/Source/devtools/front_end/components/PropertiesSection.js |
index 9a6d4cf3362353aad8d683d5b9250b32266567d5..81a7abb8f3d5c1ab550997fa9720d8ddbbad05b0 100644 |
--- a/Source/devtools/front_end/components/PropertiesSection.js |
+++ b/Source/devtools/front_end/components/PropertiesSection.js |
@@ -38,7 +38,7 @@ WebInspector.PropertiesSection = function(title, subtitle) |
WebInspector.Section.call(this, title, subtitle); |
this.headerElement.classList.add("monospace"); |
- this.propertiesElement = document.createElement("ol"); |
+ this.propertiesElement = createElement("ol"); |
this.propertiesElement.className = "properties properties-tree monospace"; |
this.propertiesTreeOutline = new TreeOutline(this.propertiesElement, true); |
this.propertiesTreeOutline.setFocusable(false); |