| 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);
|
|
|