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 2bbd151582e38566b09dc6b6969497a434820f2a..03783dc9125b130ac2338109245b0500578fba2e 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()); |
}, |