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

Unified Diff: lib/compiler/implementation/lib/native_helper.dart

Issue 10302015: IE browser compat for CanvasPixelArray and HTMLPhraseElement (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 | « frog/corejs.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/compiler/implementation/lib/native_helper.dart
diff --git a/lib/compiler/implementation/lib/native_helper.dart b/lib/compiler/implementation/lib/native_helper.dart
index c2181c951f907ee47a003e629eb1ed98580602ab..6b32e78120bfd8604871344a158893053ede3c60 100644
--- a/lib/compiler/implementation/lib/native_helper.dart
+++ b/lib/compiler/implementation/lib/native_helper.dart
@@ -30,6 +30,8 @@ String typeNameInIE(obj) {
if (name == 'HTMLTableDataCellElement') return 'HTMLTableCellElement';
if (name == 'HTMLTableHeaderCellElement') return 'HTMLTableCellElement';
if (name == 'MSStyleCSSProperties') return 'CSSStyleDeclaration';
+ if (name == 'CanvasPixelArray') return 'Uint8ClampedArray';
+ if (name == 'HTMLPhraseElement') return 'HTMLElement';
return name;
}
« no previous file with comments | « frog/corejs.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698