| Index: third_party/WebKit/Source/devtools/front_end/emulation/DevicesSettingsTab.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/emulation/DevicesSettingsTab.js b/third_party/WebKit/Source/devtools/front_end/emulation/DevicesSettingsTab.js
|
| index 1d17d78eb17fb7fce4041f74babff63a8942a3f2..232b80a3adecd7a6727637db6445ff1d9b48d326 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/emulation/DevicesSettingsTab.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/emulation/DevicesSettingsTab.js
|
| @@ -36,6 +36,9 @@ WebInspector.DevicesSettingsTab = function()
|
| };
|
|
|
| WebInspector.DevicesSettingsTab.prototype = {
|
| + /**
|
| + * @override
|
| + */
|
| wasShown: function()
|
| {
|
| WebInspector.VBox.prototype.wasShown.call(this);
|
|
|