| Index: Source/devtools/front_end/ui/SidebarPane.js
|
| diff --git a/Source/devtools/front_end/ui/SidebarPane.js b/Source/devtools/front_end/ui/SidebarPane.js
|
| index bccc35e1478bea53bad9c4d98929c918399a5546..0f4507ec464e621caa3846be4a4cbe6f7d79b01a 100644
|
| --- a/Source/devtools/front_end/ui/SidebarPane.js
|
| +++ b/Source/devtools/front_end/ui/SidebarPane.js
|
| @@ -36,7 +36,7 @@ WebInspector.SidebarPane = function(title)
|
| this.setMinimumSize(25, 0);
|
| this.element.className = "sidebar-pane"; // Override
|
|
|
| - this.titleElement = document.createElementWithClass("div", "sidebar-pane-toolbar");
|
| + this.titleElement = createElementWithClass("div", "sidebar-pane-toolbar");
|
| this.bodyElement = this.element.createChild("div", "body");
|
| this._title = title;
|
| this._expandCallback = null;
|
|
|