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

Unified Diff: third_party/WebKit/LayoutTests/inspector-enabled/tabbed-pane-closeable-persistence-restore.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-enabled/tabbed-pane-closeable-persistence-restore.html
diff --git a/third_party/WebKit/LayoutTests/inspector-enabled/tabbed-pane-closeable-persistence-restore.html b/third_party/WebKit/LayoutTests/inspector-enabled/tabbed-pane-closeable-persistence-restore.html
index a8eca7ce8cadf7206916ecee3d2f7deb0dbadd8e..c43f8363ecf6c9dfc5b57ada6c4437867d8e729a 100644
--- a/third_party/WebKit/LayoutTests/inspector-enabled/tabbed-pane-closeable-persistence-restore.html
+++ b/third_party/WebKit/LayoutTests/inspector-enabled/tabbed-pane-closeable-persistence-restore.html
@@ -11,7 +11,7 @@ function onload()
function test()
{
- var drawer = WebInspector.inspectorView._drawerTabbedLocation.tabbedPane();
+ var drawer = UI.inspectorView._drawerTabbedLocation.tabbedPane();
InspectorTest.addResult("Has sensors tab: " + drawer.hasTab("sensors"));
InspectorTest.addResult("Has rendering tab: " + drawer.hasTab("rendering"));
InspectorTest.completeTest();

Powered by Google App Engine
This is Rietveld 408576698