| 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..c177851f862874dd9beda960f36d321ad15cf7b4 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, "_breakpointsWasUpdatedForTest", dumpBreakpointSidebarPane.bind(this));
|
| InspectorTest.removeBreakpoint(currentSourceFrame, 7);
|
| }
|
|
|
| - function breakpointRemoved()
|
| + function dumpBreakpointSidebarPane()
|
| {
|
| InspectorTest.addResult("Breakpoints removed.");
|
| InspectorTest.dumpBreakpointSidebarPane();
|
|
|