| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/use-possible-breakpoints-to-resolve-breakpoint.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/use-possible-breakpoints-to-resolve-breakpoint.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/use-possible-breakpoints-to-resolve-breakpoint.html
|
| index 9453fcdc56fe7d6e60176b408f3f0beff6435d39..94e731b162b703b2a3dc2e83e8245d8a8fbd8fcc 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/use-possible-breakpoints-to-resolve-breakpoint.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/use-possible-breakpoints-to-resolve-breakpoint.html
|
| @@ -31,7 +31,7 @@ function test()
|
| function didShowScriptSource(sourceFrame)
|
| {
|
| var uiSourceCode = sourceFrame._uiSourceCode;
|
| - var breakpointManager = WebInspector.breakpointManager;
|
| + var breakpointManager = Bindings.breakpointManager;
|
| setBreakpoint(breakpointManager, sourceFrame, 3, false)
|
| .then(() => setBreakpoint(breakpointManager, sourceFrame, 4, false))
|
| .then(() => setBreakpoint(breakpointManager, sourceFrame, 5, false))
|
|
|