| Index: sdk/lib/html/dartium/html_dartium.dart
|
| diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart
|
| index 1de3e1cc28e3865a0fea7f8051e264284cb7a318..9e07f3135a7923076ede62d1cc290a66dd1b9042 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -120,9 +120,9 @@ final htmlBlinkMap = {
|
| '_DOMWindowCrossFrame': () => _DOMWindowCrossFrame,
|
| // FIXME: Move these to better locations.
|
| 'DateTime': () => DateTime,
|
| - 'JsObject': () => js.JsObject,
|
| - 'JsFunction': () => js.JsFunction,
|
| - 'JsArray': () => js.JsArray,
|
| + 'JsObject': () => js.JsObjectImpl,
|
| + 'JsFunction': () => js.JsFunctionImpl,
|
| + 'JsArray': () => js.JsArrayImpl,
|
| 'AbstractWorker': () => AbstractWorker,
|
| 'Animation': () => Animation,
|
| 'AnimationEffect': () => AnimationEffect,
|
|
|