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