| Index: LayoutTests/inspector/sources/debugger/dynamic-scripts-breakpoints.html
|
| diff --git a/LayoutTests/inspector/sources/debugger/dynamic-scripts-breakpoints.html b/LayoutTests/inspector/sources/debugger/dynamic-scripts-breakpoints.html
|
| index 0b47208614f66bd9bb3317d014affdf25d3553d1..96618dba5399356586edada658e2d20e980f5940 100644
|
| --- a/LayoutTests/inspector/sources/debugger/dynamic-scripts-breakpoints.html
|
| +++ b/LayoutTests/inspector/sources/debugger/dynamic-scripts-breakpoints.html
|
| @@ -41,7 +41,7 @@ function test()
|
| function didShowScriptSource(sourceFrame)
|
| {
|
| InspectorTest.addResult("Setting breakpoint:");
|
| - InspectorTest.addSniffer(WebInspector.BreakpointManager.Breakpoint.prototype, "_addResolvedLocation", breakpointResolved);
|
| + InspectorTest.addSniffer(WebInspector.BreakpointManager.TargetBreakpoint.prototype, "_addResolvedLocation", breakpointResolved);
|
| InspectorTest.setBreakpoint(sourceFrame, 11, "", true);
|
| }
|
|
|
|
|