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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-shadow-2.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/elements/edit/edit-dom-actions-shadow-2.html
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-shadow-2.html b/third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-shadow-2.html
index 1d5c5de39cfd4ac6953f0eef01eff9c6956368ed..d61afcc28a76f6856411b73f7e00a3b46f9014e9 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-shadow-2.html
+++ b/third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-actions-shadow-2.html
@@ -8,10 +8,10 @@
function test()
{
// Save time on style updates.
- WebInspector.viewManager.showView("elements");
+ UI.viewManager.showView("elements");
- WebInspector.StylesSidebarPane.prototype.update = function() {};
- WebInspector.MetricsSidebarPane.prototype.update = function() {};
+ Elements.StylesSidebarPane.prototype.update = function() {};
+ Elements.MetricsSidebarPane.prototype.update = function() {};
InspectorTest.runTestSuite([
function testSetUp(next)

Powered by Google App Engine
This is Rietveld 408576698