Chromium Code Reviews| Index: sdk/lib/html/dart2js/html_dart2js.dart |
| diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart |
| index 92003f000e6901131275da380c361aa7ea0eb7c2..239042d262fe805691439974550c3d5672e2048f 100644 |
| --- a/sdk/lib/html/dart2js/html_dart2js.dart |
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart |
| @@ -29542,6 +29542,7 @@ class _LocationWrapper implements Location { |
| class Platform { |
| static final supportsTypedData = JS('bool', '!!(window.ArrayBuffer)'); |
| + static final supportsSimd = false; |
|
blois
2013/04/29 22:01:01
Can you add doc comments for this?
vsm
2013/04/29 23:55:39
Done.
|
| } |
| // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| // for details. All rights reserved. Use of this source code is governed by a |