| Index: tests/html/custom/created_callback_test.dart
|
| diff --git a/tests/html/custom/created_callback_test.dart b/tests/html/custom/created_callback_test.dart
|
| index f4de0e07125ac0d84745035e838126eecadd2ae3..769b784a4c4c6b0f32a83163296837a91855b82b 100644
|
| --- a/tests/html/custom/created_callback_test.dart
|
| +++ b/tests/html/custom/created_callback_test.dart
|
| @@ -67,7 +67,7 @@ main() {
|
| registered = true;
|
| document.registerElement(B.tag, B);
|
| document.registerElement(C.tag, C);
|
| - ErrorConstructorElement.registerElement();
|
| + ErrorConstructorElement.register();
|
| }
|
| });
|
| });
|
|
|