| Index: LayoutTests/inspector/sources/debugger/script-formatter-breakpoints-4.html
|
| diff --git a/LayoutTests/inspector/sources/debugger/script-formatter-breakpoints-4.html b/LayoutTests/inspector/sources/debugger/script-formatter-breakpoints-4.html
|
| index 77a7f92c7b389781e1907f96c0cd18aafdf816ac..f013d5746e720651e0101735b51497edd2dc650f 100644
|
| --- a/LayoutTests/inspector/sources/debugger/script-formatter-breakpoints-4.html
|
| +++ b/LayoutTests/inspector/sources/debugger/script-formatter-breakpoints-4.html
|
| @@ -27,7 +27,7 @@ var test = function()
|
| function didShowScriptSource(sourceFrame)
|
| {
|
| InspectorTest.addResult("Adding breakpoint.");
|
| - InspectorTest.addSniffer(WebInspector.BreakpointManager.Breakpoint.prototype, "_addResolvedLocation", breakpointResolved);
|
| + InspectorTest.addSniffer(WebInspector.BreakpointManager.TargetBreakpoint.prototype, "_addResolvedLocation", breakpointResolved);
|
| InspectorTest.setBreakpoint(sourceFrame, 11, "", true);
|
| }
|
|
|
|
|