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

Unified Diff: frog/corejs.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 | « no previous file | lib/compiler/implementation/lib/native_helper.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/corejs.dart
diff --git a/frog/corejs.dart b/frog/corejs.dart
index 92652dd3ca1b05768805c4094e21e3a5fd964fb4..fc8d262c5e576a68e0865adae57455b1b48c82da 100644
--- a/frog/corejs.dart
+++ b/frog/corejs.dart
@@ -457,6 +457,8 @@ $defProp(Object.prototype, '$typeNameOf', (function() {
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 | « no previous file | lib/compiler/implementation/lib/native_helper.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698