| Index: Source/devtools/front_end/OverridesView.js
|
| diff --git a/Source/devtools/front_end/OverridesView.js b/Source/devtools/front_end/OverridesView.js
|
| index 3e9253f6c63c0435cc5d63f43b13bf4b157f39e6..2cc5f2d6e9d5a77b7ff79eb46e20fae6f5bcd58f 100644
|
| --- a/Source/devtools/front_end/OverridesView.js
|
| +++ b/Source/devtools/front_end/OverridesView.js
|
| @@ -834,8 +834,7 @@ WebInspector.OverridesView.SensorsTab = function()
|
| if (!WebInspector.OverridesSupport.isInspectingDevice())
|
| this.element.appendChild(this._createSettingCheckbox(WebInspector.UIString("Emulate touch screen"), WebInspector.settings.emulateTouchEvents));
|
| this._appendGeolocationOverrideControl();
|
| - if (!WebInspector.OverridesSupport.isInspectingDevice())
|
| - this._apendDeviceOrientationOverrideControl();
|
| + this._apendDeviceOrientationOverrideControl();
|
| }
|
|
|
| WebInspector.OverridesView.SensorsTab.prototype = {
|
|
|