| Index: sdk/lib/html/dartium/html_dartium.dart
|
| diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart
|
| index 7dd1e5fa262f46a7b84bfdc605e44c7478ccd7aa..e28d331020aec9ee497cd9fc61ea0a9ba1988789 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -9691,7 +9691,7 @@ abstract class Element extends Node implements ParentNode, ChildNode {
|
| * Called by the DOM when this element has been instantiated.
|
| */
|
| @Experimental()
|
| - void onCreated() {}
|
| + void created() {}
|
|
|
| // Hooks to support custom WebComponents.
|
|
|
|
|