| Index: third_party/WebKit/Source/devtools/front_end/ui/Toolbar.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/Toolbar.js b/third_party/WebKit/Source/devtools/front_end/ui/Toolbar.js
|
| index 11709408771d514e9d104e0ce66f0d0ff0772d85..df8ff2885b80a70cd6fb04074c8990b75bf2cd1d 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/Toolbar.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/Toolbar.js
|
| @@ -898,7 +898,7 @@ UI.ToolbarCheckbox = class extends UI.ToolbarItem {
|
| * @param {function()=} listener
|
| */
|
| constructor(text, title, setting, listener) {
|
| - super(createCheckboxLabel(text));
|
| + super(UI.createCheckboxLabel(text));
|
| this.element.classList.add('checkbox');
|
| this.inputElement = this.element.checkboxElement;
|
| if (title)
|
|
|