Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1332)

Unified Diff: tests/html/typed_arrays_3_test.dart

Issue 13954014: Add Supported class to dart:html (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Moved to Platform.supportsTypedData Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/html/typed_arrays_2_test.dart ('k') | tests/html/typed_arrays_4_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/typed_arrays_3_test.dart
diff --git a/tests/html/typed_arrays_3_test.dart b/tests/html/typed_arrays_3_test.dart
index 682b09e57d1d84647b30f6381849b193ccd02f45..a11287ac04258a200820e1132e2586fc2ebb22ec 100644
--- a/tests/html/typed_arrays_3_test.dart
+++ b/tests/html/typed_arrays_3_test.dart
@@ -11,7 +11,7 @@ main() {
useHtmlConfiguration();
// Only perform tests if ArrayBuffer is supported.
- if (!ArrayBuffer.supported) {
+ if (!Platform.supportsTypedData) {
return;
}
« no previous file with comments | « tests/html/typed_arrays_2_test.dart ('k') | tests/html/typed_arrays_4_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698