| 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 6a044a4e6fb500e984a3d0a0e6aee01e6190a89a..f7154c519dc5c5644b71a712d033311e77b8aa45 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js
|
| @@ -81,7 +81,7 @@ WebInspector.NetworkConfigView.prototype = {
|
|
|
| _customUserAgentChanged: function()
|
| {
|
| - if (!this._customUserAgent.checked)
|
| + if (!this._customUserAgentRadio.checked)
|
| return;
|
| WebInspector.multitargetNetworkManager.setCustomUserAgentOverride(this._customUserAgentSetting.get());
|
| },
|
|
|