| 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;
|
| }
|
|
|
|
|