| 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 1ca50fdf24a2e9ff700c6ad869eb71110dcd536e..e8bd651dc32dede2f3fbf01ef830b80d916d4fb2 100644
|
| --- a/tests/html/custom/created_callback_test.dart
|
| +++ b/tests/html/custom/created_callback_test.dart
|
| @@ -88,7 +88,7 @@ main() {
|
| <x-b id="w"></x-b>
|
| """, treeSanitizer: new NullTreeSanitizer());
|
|
|
| - Platform.upgradeCustomElements(div);
|
| + customElementsTakeRecords();
|
|
|
| expect(C.createdInvocations, 2);
|
| expect(div.query('#w') is B, isTrue);
|
|
|