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

Unified Diff: tests/html/transferables_test.dart

Issue 13954014: Add Supported class to dart:html (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
Index: tests/html/transferables_test.dart
diff --git a/tests/html/transferables_test.dart b/tests/html/transferables_test.dart
index a00a6e497e0ffdca5614553b0f7fa6c8932d2a9a..81260f32f998fed79977e9ac3cfa3306007257cd 100644
--- a/tests/html/transferables_test.dart
+++ b/tests/html/transferables_test.dart
@@ -14,7 +14,7 @@ main() {
predicate((x) => x is ArrayBuffer, 'is an ArrayBuffer');
test('TransferableTest', () {
- if (!ArrayBuffer.supported) {
+ if (!Supported.typeddata) {
return;
}

Powered by Google App Engine
This is Rietveld 408576698