| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/disable-breakpoints.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/disable-breakpoints.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/disable-breakpoints.html
|
| index bb0b5d5da94d369f1c80387939931edfaae4ecbd..c7da0c9580eba488447ccdca6418c4624ebde13d 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/disable-breakpoints.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/disable-breakpoints.html
|
| @@ -92,11 +92,11 @@ var test = function()
|
| {
|
| InspectorTest.addResult("Test function finished.");
|
| InspectorTest.dumpBreakpointSidebarPane();
|
| - InspectorTest.addSniffer(currentSourceFrame, "_removeBreakpointDecoration", breakpointRemoved);
|
| + InspectorTest.addSniffer(WebInspector.JavaScriptBreakpointsSidebarPane.prototype, "didUpdateForTest", dumpBreakpointSidebarPane.bind(this));
|
| InspectorTest.removeBreakpoint(currentSourceFrame, 7);
|
| }
|
|
|
| - function breakpointRemoved()
|
| + function dumpBreakpointSidebarPane()
|
| {
|
| InspectorTest.addResult("Breakpoints removed.");
|
| InspectorTest.dumpBreakpointSidebarPane();
|
|
|