| Index: third_party/WebKit/Source/devtools/front_end/ui/View.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/View.js b/third_party/WebKit/Source/devtools/front_end/ui/View.js
|
| index c77a4411ba90500d821f99681623c1256eea69d9..07a7e8d0cbb95fb46e5aa91a4cd6d62ba542e615 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/View.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/View.js
|
| @@ -614,9 +614,7 @@ WebInspector.ViewManager._TabbedLocation.prototype = {
|
| */
|
| enableMoreTabsButton: function()
|
| {
|
| - var toolbar = new WebInspector.Toolbar("drawer-toolbar");
|
| - toolbar.appendToolbarItem(new WebInspector.ToolbarMenuButton(this._appendTabsToMenu.bind(this)));
|
| - this._tabbedPane.insertBeforeTabStrip(toolbar.element);
|
| + this._tabbedPane.leftToolbar().appendToolbarItem(new WebInspector.ToolbarMenuButton(this._appendTabsToMenu.bind(this)));
|
| this._tabbedPane.disableOverflowMenu();
|
| },
|
|
|
|
|