| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/click-gutter-breakpoint.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/click-gutter-breakpoint.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/click-gutter-breakpoint.html
|
| index 63f796838c18db9143a7b5a19043123566232832..e2554ef807bfbb6df6cfa6b7ac9ca67f4415f988 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/click-gutter-breakpoint.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/click-gutter-breakpoint.html
|
| @@ -23,8 +23,8 @@ function test()
|
| return Promise.resolve();
|
| }
|
|
|
| - WebInspector.breakpointManager._storage._breakpoints = {};
|
| - var panel = WebInspector.panels.sources;
|
| + Bindings.breakpointManager._storage._breakpoints = {};
|
| + var panel = UI.panels.sources;
|
| var scriptFormatter;
|
| var formattedSourceFrame;
|
|
|
|
|