| Index: Source/devtools/front_end/toolbox_bootstrap/Toolbox.js
|
| diff --git a/Source/devtools/front_end/toolbox_bootstrap/Toolbox.js b/Source/devtools/front_end/toolbox_bootstrap/Toolbox.js
|
| index 0d076a758adf82096bad83b6a2d06c5f65cfa4a7..facd8a8b1bcdfdaa5aac308f2d0eb7cfaa8661a1 100644
|
| --- a/Source/devtools/front_end/toolbox_bootstrap/Toolbox.js
|
| +++ b/Source/devtools/front_end/toolbox_bootstrap/Toolbox.js
|
| @@ -20,7 +20,6 @@ WebInspector.Toolbox = function()
|
| WebInspector.Revealer = window.opener.WebInspector.Revealer;
|
| WebInspector.ContextMenu = window.opener.WebInspector.ContextMenu;
|
| WebInspector.ContextMenu.installHandler(document);
|
| - WebInspector.installPortStyles();
|
|
|
| var delegate = /** @type {!WebInspector.ToolboxDelegate} */ (window.opener.WebInspector["app"]);
|
| var rootView = new WebInspector.RootView();
|
|
|