| Index: sdk/lib/html/dartium/html_dartium.dart
|
| diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart
|
| index bbf764b8b035eb1955df5408c0e8812dc8b57826..fb1acc3f0c4041f40e93440efc321355e8faffc4 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -30598,6 +30598,7 @@ class _TextFactoryProvider {
|
|
|
| class Platform {
|
| static final supportsTypedData = true;
|
| + static final supportsSimd = true;
|
| }
|
| // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
|
|