Index: third_party/WebKit/Source/devtools/front_end/ui/Icon.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/Icon.js b/third_party/WebKit/Source/devtools/front_end/ui/Icon.js |
index 909796867e1b37b4fecc8d700e7ded819f8e99f8..6bcc79aff69243832c9dc4ee52540f82bb1c389a 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/ui/Icon.js |
+++ b/third_party/WebKit/Source/devtools/front_end/ui/Icon.js |
@@ -19,7 +19,7 @@ UI.Icon = class extends HTMLSpanElement { |
*/ |
static create(iconType, className) { |
if (!UI.Icon._constructor) |
- UI.Icon._constructor = registerCustomElement('span', 'ui-icon', UI.Icon.prototype); |
+ UI.Icon._constructor = UI.registerCustomElement('span', 'ui-icon', UI.Icon.prototype); |
var icon = /** @type {!UI.Icon} */ (new UI.Icon._constructor()); |
if (className) |