Chromium Code Reviews| Index: tests/html/transferables_test.dart |
| diff --git a/tests/html/transferables_test.dart b/tests/html/transferables_test.dart |
| index a00a6e497e0ffdca5614553b0f7fa6c8932d2a9a..7162fab5998efcd4bc9a82198a7e4d61655a727b 100644 |
| --- a/tests/html/transferables_test.dart |
| +++ b/tests/html/transferables_test.dart |
| @@ -14,7 +14,7 @@ main() { |
| predicate((x) => x is ArrayBuffer, 'is an ArrayBuffer'); |
| test('TransferableTest', () { |
| - if (!ArrayBuffer.supported) { |
| + if (!Platform.supportsTypedData) { |
| return; |
| } |