| Index: sdk/lib/_internal/compiler/implementation/lib/native_helper.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/lib/native_helper.dart b/sdk/lib/_internal/compiler/implementation/lib/native_helper.dart
|
| index a41efdc83a4b9768cbbd4512f559ea6c57043eb9..860e7065365b70f407e5a56aff7c89d2da7a0dae 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/lib/native_helper.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/lib/native_helper.dart
|
| @@ -33,6 +33,7 @@ String typeNameInWebKitCommon(tag) {
|
| String typeNameInOpera(obj) {
|
| String name = JS('String', '#', constructorNameFallback(obj));
|
| if (name == 'Window') return 'DOMWindow';
|
| + if (name == 'ApplicationCache') return 'DOMApplicationCache';
|
| return name;
|
| }
|
|
|
|
|