| 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 217e11c7457f8781e86805d8a7aee7ebe9b06811..c086770a8e218718fe093c0a8939aad5876a0bcd 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| @@ -223,6 +223,8 @@ Main.Main = class {
|
| new Main.ExecutionContextSelector(SDK.targetManager, UI.context);
|
| Bindings.blackboxManager = new Bindings.BlackboxManager(Bindings.debuggerWorkspaceBinding);
|
|
|
| + MobileThrottling.cpuThrottlingManager = new MobileThrottling.CPUThrottlingManager();
|
| +
|
| new Main.Main.PauseListener();
|
| new Main.Main.InspectedNodeRevealer();
|
| new Main.NetworkPanelIndicator();
|
|
|