| Index: third_party/WebKit/Source/devtools/front_end/main/Main.js | 
| diff --git a/third_party/WebKit/Source/devtools/front_end/main/Main.js b/third_party/WebKit/Source/devtools/front_end/main/Main.js | 
| index 334ec50cb551ce80dc23715f77d10a6fe91b7716..ff61014bd0f1c287406dcca02f438fd6e473b869 100644 | 
| --- a/third_party/WebKit/Source/devtools/front_end/main/Main.js | 
| +++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js | 
| @@ -204,7 +204,7 @@ WebInspector.Main.prototype = { | 
|  | 
| new WebInspector.OverlayController(); | 
| new WebInspector.ExecutionContextSelector(WebInspector.targetManager, WebInspector.context); | 
| -        new WebInspector.BlackboxManager(); | 
| +        WebInspector.blackboxManager = new WebInspector.BlackboxManager(); | 
|  | 
| var autoselectPanel = WebInspector.UIString("auto"); | 
| var openAnchorLocationSetting = WebInspector.settings.createSetting("openLinkHandler", autoselectPanel); | 
|  |