| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/set-conditional-breakpoint.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/set-conditional-breakpoint.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/set-conditional-breakpoint.html
|
| index d34fa81934a4ba37ca059019be3561083259f6f1..d89b9b0fdce021bb717a485c2b747e5dd056ce5d 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/set-conditional-breakpoint.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/set-conditional-breakpoint.html
|
| @@ -76,7 +76,7 @@ var test = function()
|
| {
|
| InspectorTest.addResult("Test function finished.");
|
| InspectorTest.dumpBreakpointSidebarPane();
|
| - InspectorTest.addSniffer(currentSourceFrame, "_removeBreakpointDecoration", breakpointRemoved);
|
| + InspectorTest.addSniffer(WebInspector.JavaScriptBreakpointsSidebarPane.prototype, "_breakpointsWasUpdatedForTest", breakpointRemoved.bind(this));
|
| InspectorTest.removeBreakpoint(currentSourceFrame, 16);
|
| }
|
|
|
|
|