| Index: third_party/WebKit/Source/devtools/front_end/ui/HistoryInput.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/HistoryInput.js b/third_party/WebKit/Source/devtools/front_end/ui/HistoryInput.js
|
| index 88a4495cfbe198fdc49fadbfe2424a3c854d0df4..2abd56eb5a28c75326c8c096f677c1372771e9e3 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/HistoryInput.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/HistoryInput.js
|
| @@ -14,7 +14,7 @@ UI.HistoryInput = class extends HTMLInputElement {
|
| */
|
| static create() {
|
| if (!UI.HistoryInput._constructor)
|
| - UI.HistoryInput._constructor = registerCustomElement('input', 'history-input', UI.HistoryInput.prototype);
|
| + UI.HistoryInput._constructor = UI.registerCustomElement('input', 'history-input', UI.HistoryInput.prototype);
|
|
|
| return /** @type {!UI.HistoryInput} */ (new UI.HistoryInput._constructor());
|
| }
|
|
|