| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/pause-on-elements-panel.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/pause-on-elements-panel.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/pause-on-elements-panel.html
|
| index 85c1e6ae0d7cfae2882e399837e2e2c2d9376625..4d6d57cb650dd5fa881e4002457f880f70ef7070 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/pause-on-elements-panel.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/pause-on-elements-panel.html
|
| @@ -16,7 +16,7 @@ function test()
|
|
|
| function step1()
|
| {
|
| - WebInspector.inspectorView.showPanel("sources").then(step2);
|
| + UI.inspectorView.showPanel("sources").then(step2);
|
| }
|
|
|
| function step2()
|
| @@ -32,7 +32,7 @@ function test()
|
|
|
| function step4(node)
|
| {
|
| - InspectorTest.assertTrue(!WebInspector.panels.sources.paused());
|
| + InspectorTest.assertTrue(!UI.panels.sources.paused());
|
| InspectorTest.togglePause();
|
|
|
| // This used to skip the pause request (the test used to timeout).
|
|
|