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