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 1a5c771d7f87ce5b48c49eb6f796d7509e22134c..5e6eb44550f4517b18c91df10dd95f5ca8ecb000 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,9 @@ WebInspector.NetworkConditionsSettingsTab = function() |
}; |
WebInspector.NetworkConditionsSettingsTab.prototype = { |
+ /** |
+ * @override |
+ */ |
wasShown: function() |
{ |
WebInspector.VBox.prototype.wasShown.call(this); |