| 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 1698edcd7f7dec3834be8dd2f1275440bd9d5f09..71a481c199f0dc854373fade16909783b01bfeac 100644
|
| --- a/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| @@ -669,7 +669,7 @@ $(ANNOTATIONS)abstract class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| * Called by the DOM when this element has been instantiated.
|
| */
|
| @Experimental()
|
| - void onCreated() {}
|
| + void created() {}
|
|
|
| // Hooks to support custom WebComponents.
|
|
|
|
|