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/device-mode/device-mode-switching-devices.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/device-mode/device-mode-switching-devices.html
diff --git a/third_party/WebKit/LayoutTests/inspector/device-mode/device-mode-switching-devices.html b/third_party/WebKit/LayoutTests/inspector/device-mode/device-mode-switching-devices.html
index f0244812ddac48fd109330fcd0e339d6c0f5a634..caad2e0cb756dedcd5e6515e761cceb195325963 100644
--- a/third_party/WebKit/LayoutTests/inspector/device-mode/device-mode-switching-devices.html
+++ b/third_party/WebKit/LayoutTests/inspector/device-mode/device-mode-switching-devices.html
@@ -8,7 +8,7 @@ function test()
var phone0 = InspectorTest.buildFakePhone();
var phone1 = InspectorTest.buildFakePhone();
- var view = new WebInspector.DeviceModeView();
+ var view = new Emulation.DeviceModeView();
var toolbar = view._toolbar;
var model = view._model;
var viewportSize = new Size(800, 600);

Powered by Google App Engine
This is Rietveld 408576698