| Index: Source/devtools/front_end/main/Main.js
|
| diff --git a/Source/devtools/front_end/main/Main.js b/Source/devtools/front_end/main/Main.js
|
| index bdde9c3330348704fa286b63a05fe7641c2f759a..2742d91222cb5617833dfb4f11ee418cb09034d5 100644
|
| --- a/Source/devtools/front_end/main/Main.js
|
| +++ b/Source/devtools/front_end/main/Main.js
|
| @@ -183,7 +183,7 @@ WebInspector.Main.prototype = {
|
| {
|
| console.timeStamp("Main._createApp");
|
|
|
| - WebInspector.installPortStyles();
|
| + WebInspector.installComponentRootStyles(/** @type {!Element} */ (document.body));
|
| if (Runtime.queryParam("toolbarColor") && Runtime.queryParam("textColor"))
|
| WebInspector.setToolbarColors(Runtime.queryParam("toolbarColor"), Runtime.queryParam("textColor"));
|
| InspectorFrontendHost.events.addEventListener(InspectorFrontendHostAPI.Events.SetToolbarColors, updateToolbarColors);
|
|
|