Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/pause-on-elements-panel.html

Issue 2493373002: DevTools: rename WebInspector into modules. (Closed)
Patch Set: for bots Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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).

Powered by Google App Engine
This is Rietveld 408576698