| Index: tests/html/custom/constructor_calls_created_synchronously_test.dart
|
| diff --git a/tests/html/custom/constructor_calls_created_synchronously_test.dart b/tests/html/custom/constructor_calls_created_synchronously_test.dart
|
| index ae11d86feaadc680ef2a27ba57c3c95e7e0fc862..77b5446bb7ddbd4aff60a3459d6932ab92ed0c42 100644
|
| --- a/tests/html/custom/constructor_calls_created_synchronously_test.dart
|
| +++ b/tests/html/custom/constructor_calls_created_synchronously_test.dart
|
| @@ -13,7 +13,7 @@ class A extends HtmlElement {
|
|
|
| static int ncallbacks = 0;
|
|
|
| - void onCreated() {
|
| + void created() {
|
| ncallbacks++;
|
| }
|
| }
|
|
|