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

Unified Diff: tool/input_sdk/private/native_typed_data.dart

Issue 1680263002: Support for dart:typed_data (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Refine comment Created 4 years, 10 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: tool/input_sdk/private/native_typed_data.dart
diff --git a/tool/input_sdk/private/native_typed_data.dart b/tool/input_sdk/private/native_typed_data.dart
index d77cfdfe0a4de8aa284240ed325b1a4b0e0ad284..b9b4343ecd0ab670f577ef7f5c349cdf71d07e83 100644
--- a/tool/input_sdk/private/native_typed_data.dart
+++ b/tool/input_sdk/private/native_typed_data.dart
@@ -416,7 +416,6 @@ class NativeFloat64x2List
}
}
-@Native("ArrayBufferView")
class NativeTypedData implements TypedData {
/**
* Returns the byte buffer associated with this object.

Powered by Google App Engine
This is Rietveld 408576698