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

Unified Diff: third_party/WebKit/LayoutTests/inspector/extensions/extensions-sidebar.html

Issue 2174863003: DevTools: traverse widget hierarchy to reveal views. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: lcean Created 4 years, 5 months 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/extensions/extensions-sidebar.html
diff --git a/third_party/WebKit/LayoutTests/inspector/extensions/extensions-sidebar.html b/third_party/WebKit/LayoutTests/inspector/extensions/extensions-sidebar.html
index 6f1f92e9540b3d7eac9a4491fe7da3587c2bc4c0..0f93226da80aefef07b4e8d4a1b6848431f9afdb 100644
--- a/third_party/WebKit/LayoutTests/inspector/extensions/extensions-sidebar.html
+++ b/third_party/WebKit/LayoutTests/inspector/extensions/extensions-sidebar.html
@@ -19,7 +19,7 @@ function initialize_extensionsSidebarTest()
{
var sidebar = InspectorTest._extensionSidebar(panelName);
InspectorTest.deprecatedRunAfterPendingDispatches(function() {
- sidebar.requestReveal();
+ sidebar.revealWidget();
callback();
});
}

Powered by Google App Engine
This is Rietveld 408576698