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-responsive.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-responsive.html
diff --git a/third_party/WebKit/LayoutTests/inspector/device-mode/device-mode-responsive.html b/third_party/WebKit/LayoutTests/inspector/device-mode/device-mode-responsive.html
index d6b38487818349457bbd49f7900cbcd57da6ca33..ab950bdbd7e63213efe7b974d455add456dbdc58 100644
--- a/third_party/WebKit/LayoutTests/inspector/device-mode/device-mode-responsive.html
+++ b/third_party/WebKit/LayoutTests/inspector/device-mode/device-mode-responsive.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(320, 480);

Powered by Google App Engine
This is Rietveld 408576698