Index: Source/devtools/front_end/ui/Popover.js |
diff --git a/Source/devtools/front_end/ui/Popover.js b/Source/devtools/front_end/ui/Popover.js |
index 4b564a3b751288b76228f32f7240289fc03766d9..d2d429768355e3312460bebc150a789e9a9b3124 100644 |
--- a/Source/devtools/front_end/ui/Popover.js |
+++ b/Source/devtools/front_end/ui/Popover.js |
@@ -38,7 +38,7 @@ WebInspector.Popover = function(popoverHelper) |
WebInspector.View.call(this); |
this.markAsRoot(); |
this.element.className = WebInspector.Popover._classNamePrefix; // Override |
- this._containerElement = document.createElementWithClass("div", "fill popover-container"); |
+ this._containerElement = createElementWithClass("div", "fill popover-container"); |
this._popupArrowElement = this.element.createChild("div", "arrow"); |
this._contentDiv = this.element.createChild("div", "content"); |