Chromium Code Reviews| 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 3610f934df92819b9a72c8812b73281b2aae9eed..b29ebf481ca7acfe4abacc60e652d4c25dead32d 100644 |
| --- a/Source/devtools/front_end/main/Main.js |
| +++ b/Source/devtools/front_end/main/Main.js |
| @@ -127,6 +127,7 @@ WebInspector.Main.prototype = { |
| { |
| console.timeStamp("Main._loaded"); |
| + WebInspector.initializeUIUtils(); |
| this._createSettings(); |
| this._createAppUI(); |
| }, |