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 caa4d5d40c50ef10eb3b9c6758e2a7a61e282d12..9ecb71a11c89705eb9c6c2ff4619953f421866d5 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js |
+++ b/third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js |
@@ -115,7 +115,7 @@ Network.NetworkConfigView = class extends UI.VBox { |
_createUserAgentSection() { |
var section = this._createSection(Common.UIString('User agent'), 'network-config-ua'); |
- var checkboxLabel = createCheckboxLabel(Common.UIString('Select automatically'), true); |
+ var checkboxLabel = UI.createCheckboxLabel(Common.UIString('Select automatically'), true); |
section.appendChild(checkboxLabel); |
this._autoCheckbox = checkboxLabel.checkboxElement; |
this._autoCheckbox.addEventListener('change', this._userAgentTypeChanged.bind(this)); |