Chromium Code Reviews| Index: tests/html/typed_arrays_2_test.dart |
| diff --git a/tests/html/typed_arrays_2_test.dart b/tests/html/typed_arrays_2_test.dart |
| index 021de8cbe8f176e37d31139a5ef97a06127a2b7b..b0a82eb718bffc1141f051ff5c05d0f3ec6d7f09 100644 |
| --- a/tests/html/typed_arrays_2_test.dart |
| +++ b/tests/html/typed_arrays_2_test.dart |
| @@ -12,7 +12,7 @@ main() { |
| useHtmlConfiguration(); |
| // Only perform tests if ArrayBuffer is supported. |
| - if (!ArrayBuffer.supported) { |
| + if (!Platform.supportsTypedData) { |
| return; |
| } |