| Index: Source/devtools/front_end/components/DOMBreakpointsSidebarPane.js
|
| diff --git a/Source/devtools/front_end/components/DOMBreakpointsSidebarPane.js b/Source/devtools/front_end/components/DOMBreakpointsSidebarPane.js
|
| index 2e027a5a8a1b2e2459fb97b6a475c0afa70f08c1..cd84290db3a7732bf4560efe58dc92b08c642384 100644
|
| --- a/Source/devtools/front_end/components/DOMBreakpointsSidebarPane.js
|
| +++ b/Source/devtools/front_end/components/DOMBreakpointsSidebarPane.js
|
| @@ -441,7 +441,7 @@ WebInspector.DOMBreakpointsSidebarPane.prototype = {
|
| */
|
| WebInspector.DOMBreakpointsSidebarPane.Proxy = function(pane, panel)
|
| {
|
| - WebInspector.View.__assert(!pane.titleElement.firstChild, "Cannot create proxy for a sidebar pane with a toolbar");
|
| + WebInspector.Widget.__assert(!pane.titleElement.firstChild, "Cannot create proxy for a sidebar pane with a toolbar");
|
|
|
| WebInspector.SidebarPane.call(this, pane.title());
|
| this.registerRequiredCSS("components/breakpointsList.css");
|
|
|