Index: tools/dom/templates/html/impl/impl_Element.darttemplate |
diff --git a/tools/dom/templates/html/impl/impl_Element.darttemplate b/tools/dom/templates/html/impl/impl_Element.darttemplate |
index 0005e02ffab1912d6a13580f7b92300de8601ad8..c28b153550327347eedb27dc442864db5ddbe421 100644 |
--- a/tools/dom/templates/html/impl/impl_Element.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_Element.darttemplate |
@@ -361,7 +361,7 @@ $(ANNOTATIONS)abstract class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
* // Perform any element initialization. |
* } |
* } |
- * document.register('x-custom', CustomElement); |
+ * document.registerElement('x-custom', CustomElement); |
*/ |
Element.created() : super._created() { |
// Validate that this is a custom element & perform any additional |