Index: third_party/WebKit/Source/devtools/front_end/ui/SettingsUI.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/SettingsUI.js b/third_party/WebKit/Source/devtools/front_end/ui/SettingsUI.js |
index a8aafa6ae7f4d2f20c086261c23d7668b150eddb..abb0b9c1875c065117ed006023aca3dcbf024e22 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/ui/SettingsUI.js |
+++ b/third_party/WebKit/Source/devtools/front_end/ui/SettingsUI.js |
@@ -37,7 +37,7 @@ UI.SettingsUI = {}; |
* @return {!Element} |
*/ |
UI.SettingsUI.createSettingCheckbox = function(name, setting, omitParagraphElement, tooltip) { |
- var label = UI.createCheckboxLabel(name); |
+ var label = UI.CheckboxLabel.create(name); |
if (tooltip) |
label.title = tooltip; |