| 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 22660ca2feab2f568064c53356f8347e40bb0849..652b68a7f82882c7c669c154c425bdf071bb831c 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| @@ -159,7 +159,7 @@ Main.Main = class {
|
| UI.initializeUIUtils(document, themeSetting);
|
| themeSetting.addChangeListener(Components.reload.bind(Components));
|
|
|
| - UI.installComponentRootStyles(/** @type {!Element} */ (document.body));
|
| + UI.installComponentRootStyles(document, /** @type {!Element} */ (document.body));
|
|
|
| this._addMainEventListeners(document);
|
|
|
|
|