Chromium Code Reviews| Index: tests/html/typed_arrays_4_test.dart |
| diff --git a/tests/html/typed_arrays_4_test.dart b/tests/html/typed_arrays_4_test.dart |
| index 45852d0239edbf2f8a3ad35a27b25fac1c209f90..7a7fcdf39f2b47399ac040162df677cc8b9d5f93 100644 |
| --- a/tests/html/typed_arrays_4_test.dart |
| +++ b/tests/html/typed_arrays_4_test.dart |
| @@ -11,7 +11,7 @@ main() { |
| useHtmlConfiguration(); |
| // Only perform tests if ArrayBuffer is supported. |
| - if (!ArrayBuffer.supported) { |
| + if (!Platform.supportsTypedData) { |
| return; |
| } |