| Index: third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js b/third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js
|
| index 7042f1bf105ce8b3e908f4e36b9b9c597c2f5362..e44fa6d75a1217f09be5d9edd914f9518558a444 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js
|
| @@ -41,7 +41,7 @@ WebInspector.NetworkConfigView.prototype = {
|
| _createNetworkThrottlingSection: function()
|
| {
|
| var section = this._createSection(WebInspector.UIString("Network throttling"), "network-config-throttling");
|
| - new WebInspector.NetworkConditionsSelector(/** @type {!HTMLSelectElement} */(section.createChild("select", "chrome-select")));
|
| + WebInspector.NetworkConditionsSelector.decorateSelect(/** @type {!HTMLSelectElement} */(section.createChild("select", "chrome-select")));
|
| },
|
|
|
| _createUserAgentSection: function()
|
|
|