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

Unified Diff: third_party/WebKit/LayoutTests/inspector/extensions/extensions-sidebar.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/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 058e8c094c540417ef54756357cc21a285d12c83..425c7b953166d19407e978562c96f0e695031698 100644
--- a/third_party/WebKit/LayoutTests/inspector/extensions/extensions-sidebar.html
+++ b/third_party/WebKit/LayoutTests/inspector/extensions/extensions-sidebar.html
@@ -26,7 +26,7 @@ function initialize_extensionsSidebarTest()
InspectorTest._extensionSidebar = function(panelName)
{
- var sidebarPanes = WebInspector.extensionServer.sidebarPanes();
+ var sidebarPanes = Extensions.extensionServer.sidebarPanes();
var result;
for (var i = 0; i < sidebarPanes.length; ++i) {
if (sidebarPanes[i].panelName() === panelName)

Powered by Google App Engine
This is Rietveld 408576698