Index: third_party/WebKit/Source/devtools/front_end/components/NetworkConditionsSelector.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/components/NetworkConditionsSelector.js b/third_party/WebKit/Source/devtools/front_end/components/NetworkConditionsSelector.js |
index a6ee2c2bf6e7942db2477b92e4d5c9b107130bd8..6767c8f75019c0f1a2818385e6c27e313924ab78 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/components/NetworkConditionsSelector.js |
+++ b/third_party/WebKit/Source/devtools/front_end/components/NetworkConditionsSelector.js |
@@ -268,7 +268,7 @@ Components.NetworkConditionsSettingsTab = class extends UI.VBox { |
this.contentElement.createChild('div', 'header').textContent = Common.UIString('Network Throttling Profiles'); |
- var addButton = createTextButton( |
+ var addButton = UI.createTextButton( |
Common.UIString('Add custom profile...'), this._addButtonClicked.bind(this), 'add-conditions-button'); |
this.contentElement.appendChild(addButton); |