| Index: third_party/WebKit/Source/devtools/front_end/components/NetworkConditionsSelector.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/components/NetworkConditionsSelector.js b/third_party/WebKit/Source/devtools/front_end/components/NetworkConditionsSelector.js
|
| index 56387c10b30fa088173c5bc56ed371dcfb620071..b6b6a45834f4eb2b326223f2f4229f08ad5f47bf 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/components/NetworkConditionsSelector.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/components/NetworkConditionsSelector.js
|
| @@ -289,6 +289,15 @@ WebInspector.NetworkConditionsSettingsTab = function()
|
| }
|
|
|
| WebInspector.NetworkConditionsSettingsTab.prototype = {
|
| + /**
|
| + * @override
|
| + * @return {!Element}
|
| + */
|
| + defaultFocusedElement: function()
|
| + {
|
| + return this.contentElement;
|
| + },
|
| +
|
| wasShown: function()
|
| {
|
| WebInspector.VBox.prototype.wasShown.call(this);
|
|
|