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

Unified Diff: sdk/lib/html/html_common/conversions.dart

Issue 1399063002: Remove dependence on internal native_typed_data and malformed type as a result (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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 | « no previous file | sdk/lib/html/html_common/html_common.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/html/html_common/conversions.dart
diff --git a/sdk/lib/html/html_common/conversions.dart b/sdk/lib/html/html_common/conversions.dart
index 10ef5b73f6fc2b16e67f4a3aa77c56f724c77430..0dca4d3f0814a4636009c64959af75f194506212 100644
--- a/sdk/lib/html/html_common/conversions.dart
+++ b/sdk/lib/html/html_common/conversions.dart
@@ -304,7 +304,7 @@ gl.ContextAttributes convertNativeToDart_ContextAttributes(
// On Firefox, the returned ImageData is a plain object.
class _TypedImageData implements ImageData {
- final NativeUint8ClampedList data;
+ final Uint8ClampedList data;
final int height;
final int width;
« no previous file with comments | « no previous file | sdk/lib/html/html_common/html_common.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698