Chromium Code Reviews| Index: tools/dom/src/dartium_Platform.dart |
| diff --git a/tools/dom/src/dartium_Platform.dart b/tools/dom/src/dartium_Platform.dart |
| index 1db313dca8b04f67137e1dd7bc5eb6ba4bfbae3e..7d72ea4030a0cf6a53a7df353d25ba08df545217 100644 |
| --- a/tools/dom/src/dartium_Platform.dart |
| +++ b/tools/dom/src/dartium_Platform.dart |
| @@ -6,4 +6,5 @@ part of html; |
| class Platform { |
| static final supportsTypedData = true; |
| + static final supportsSimd = true; |
| } |