| Index: Source/devtools/front_end/emulation/DevicesSettingsTab.js
|
| diff --git a/Source/devtools/front_end/emulation/DevicesSettingsTab.js b/Source/devtools/front_end/emulation/DevicesSettingsTab.js
|
| index f6fe57cddc6bd1b00a1e22887e120775680cba9e..1a6c471378f8a38976133887645513865eb0542b 100644
|
| --- a/Source/devtools/front_end/emulation/DevicesSettingsTab.js
|
| +++ b/Source/devtools/front_end/emulation/DevicesSettingsTab.js
|
| @@ -280,6 +280,7 @@ WebInspector.DevicesSettingsTab.prototype = {
|
| this._editDevice.horizontal.height = this._editDevice.vertical.width;
|
| this._editDevice.deviceScaleFactor = this._editDeviceScale.value ? parseFloat(this._editDeviceScale.value) : 0;
|
| this._editDevice.userAgent = this._editDeviceUserAgent.value;
|
| + this._editDevice.createImplicitModes();
|
|
|
| this._stopEditing();
|
| if (this._editDeviceListItem)
|
|
|