Chromium Code Reviews| 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 eb7fcc5d43cba79e1a634973863f2e198d52be6c..f43960152e1a12c12d04833ef2bd858d39d9e2a5 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/main/Main.js |
| +++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js |
| @@ -192,6 +192,8 @@ WebInspector.Main.prototype = { |
| new WebInspector.NetworkPanelIndicator(); |
| new WebInspector.SourcesPanelIndicator(); |
| new WebInspector.BackendSettingsSync(); |
| + |
| + WebInspector.domBreakpointManager = new WebInspector.DOMBreakpointManager(); |
| WebInspector.domBreakpointsSidebarPane = new WebInspector.DOMBreakpointsSidebarPane(); |
|
lushnikov
2016/08/11 18:40:18
the SidebarPane shouldn't be a singleton once ther
chenwilliam
2016/08/17 01:20:11
Done.
|
| WebInspector.actionRegistry = new WebInspector.ActionRegistry(); |