| 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 4aadd93f0bfafc8a80564a40dc24dd307b596cce..ffe44a9dd20c74a8c6e2ed8e138304984b18e417 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js
|
| @@ -113,7 +113,7 @@ Network.NetworkConfigView = class extends UI.VBox {
|
|
|
| _createNetworkThrottlingSection() {
|
| var section = this._createSection(Common.UIString('Network throttling'), 'network-config-throttling');
|
| - NetworkConditions.NetworkConditionsSelector.decorateSelect(
|
| + MobileThrottling.NetworkConditionsSelector.decorateSelect(
|
| /** @type {!HTMLSelectElement} */ (section.createChild('select', 'chrome-select')));
|
| }
|
|
|
|
|