Index: third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeView.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeView.js b/third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeView.js |
index 7954e046c8f607974b9c8340ec603559c19e5240..88cd2f9d59ab9acfd4795afe6fec93ca51ff1771 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeView.js |
+++ b/third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeView.js |
@@ -326,7 +326,6 @@ WebInspector.DeviceModeView.prototype = { |
wasShown: function() |
{ |
this._measureHandles(); |
- this._mediaInspector.setEnabled(true); |
this._toolbar.restore(); |
}, |
@@ -336,7 +335,6 @@ WebInspector.DeviceModeView.prototype = { |
willHide: function() |
{ |
this._model.emulate(WebInspector.DeviceModeModel.Type.None, null, null); |
- this._mediaInspector.setEnabled(false); |
}, |
__proto__: WebInspector.VBox.prototype |