| Index: Source/devtools/front_end/emulation/OverridesUI.js
|
| diff --git a/Source/devtools/front_end/emulation/OverridesUI.js b/Source/devtools/front_end/emulation/OverridesUI.js
|
| index d2755e2baf2c158666b8e3b942bdbba6122d9c20..7f369fc198f8ebd1ad6884a6713ff74265326383 100644
|
| --- a/Source/devtools/front_end/emulation/OverridesUI.js
|
| +++ b/Source/devtools/front_end/emulation/OverridesUI.js
|
| @@ -26,7 +26,6 @@ WebInspector.OverridesUI.createDeviceSelect = function()
|
|
|
| WebInspector.emulatedDevicesList.addEventListener(WebInspector.EmulatedDevicesList.Events.CustomDevicesUpdated, deviceListChanged);
|
| WebInspector.emulatedDevicesList.addEventListener(WebInspector.EmulatedDevicesList.Events.StandardDevicesUpdated, deviceListChanged);
|
| - WebInspector.emulatedDevicesList.maybeAutoUpdate();
|
| deviceListChanged();
|
|
|
| function deviceSelected()
|
|
|