| 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 840462fe6e8b98384c88b435519230fab812ad7d..17657a3590198c2a79ea725bdb02ecfd187422b2 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| @@ -206,7 +206,6 @@ Main.Main = class {
|
| new Main.NetworkPanelIndicator();
|
| new Main.SourcesPanelIndicator();
|
| new Main.BackendSettingsSync();
|
| - Components.domBreakpointsSidebarPane = new Components.DOMBreakpointsSidebarPane();
|
|
|
| UI.actionRegistry = new UI.ActionRegistry();
|
| UI.shortcutRegistry = new UI.ShortcutRegistry(UI.actionRegistry, document);
|
|
|