| 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 c99d7d0e3f87844287c479e2a6a9202afc7aa909..eb8cdbb571ae86cc2c271f4823255a750d57e2d7 100644
|
| --- a/Source/devtools/front_end/toolbox_bootstrap/Toolbox.js
|
| +++ b/Source/devtools/front_end/toolbox_bootstrap/Toolbox.js
|
| @@ -14,7 +14,7 @@ window.addEventListener("DOMContentLoaded", windowLoaded, false);
|
| */
|
| WebInspector.Toolbox = function()
|
| {
|
| - if (!window.opener || !Runtime.queryParam("toolbox"))
|
| + if (!window.opener)
|
| return;
|
|
|
| WebInspector.zoomManager = new WebInspector.ZoomManager(window.opener.InspectorFrontendHost);
|
|
|