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

Unified Diff: third_party/WebKit/LayoutTests/inspector/extensions/extensions-events.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-events.html
diff --git a/third_party/WebKit/LayoutTests/inspector/extensions/extensions-events.html b/third_party/WebKit/LayoutTests/inspector/extensions/extensions-events.html
index 75aaef0aee5197b6b46ea3422ff3d5cf1dd01f1f..8a09ce076710b55beef5723e4e15f4024c9d49fa 100644
--- a/third_party/WebKit/LayoutTests/inspector/extensions/extensions-events.html
+++ b/third_party/WebKit/LayoutTests/inspector/extensions/extensions-events.html
@@ -19,7 +19,7 @@ function initialize_extensionsSidebarTest()
InspectorTest._extensionSidebar = function()
{
- return WebInspector.extensionServer.sidebarPanes()[0];
+ return Extensions.extensionServer.sidebarPanes()[0];
}
}

Powered by Google App Engine
This is Rietveld 408576698