| 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 e3da8ca651f50a6ad52bc3b8a7fa426683c58f8a..780d93118fb6de23eec96c9e1d0d9939473a1e12 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.requestReveal();
|
| + this.revealWidget();
|
| },
|
|
|
| /**
|
|
|