| Index: third_party/WebKit/Source/devtools/front_end/sources/JavaScriptBreakpointsSidebarPane.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/JavaScriptBreakpointsSidebarPane.js b/third_party/WebKit/Source/devtools/front_end/sources/JavaScriptBreakpointsSidebarPane.js
|
| index 2a109a7802ddc4bf7029e791b8b5564455142a09..9886426366f8a98788aa273d289a9e03f43ccaaf 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/JavaScriptBreakpointsSidebarPane.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/JavaScriptBreakpointsSidebarPane.js
|
| @@ -113,7 +113,7 @@ WebInspector.JavaScriptBreakpointsSidebarPane.prototype = {
|
| var breakpointItem = { element: element, checkbox: checkboxLabel.checkboxElement };
|
| this._items.set(breakpoint, breakpointItem);
|
|
|
| - this.expand();
|
| + this.expandPane();
|
| },
|
|
|
| /**
|
|
|