| Index: Source/WebCore/inspector/front-end/DOMBreakpointsSidebarPane.js
|
| ===================================================================
|
| --- Source/WebCore/inspector/front-end/DOMBreakpointsSidebarPane.js (revision 147734)
|
| +++ Source/WebCore/inspector/front-end/DOMBreakpointsSidebarPane.js (working copy)
|
| @@ -357,6 +357,7 @@
|
| WebInspector.View._assert(!pane.titleElement.firstChild, "Cannot create proxy for a sidebar pane with a toolbar");
|
|
|
| WebInspector.SidebarPane.call(this, pane.title());
|
| + this.registerRequiredCSS("breakpointsList.css");
|
|
|
| this._wrappedPane = pane;
|
| this._panel = panel;
|
|
|