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..3e441cd71150b49d1546bd29ecb64ff978c09391 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 (!Supported.typeddata) { |
| return; |
| } |