| Index: sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart b/sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart
|
| index 539e7b49baf8783aaa7eac5de878dc9cbc88d56b..f33154dc95d642cc791d8b8bd0f378c2dfe87717 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart
|
| @@ -1224,7 +1224,7 @@ class _Deserializer {
|
|
|
| deserialize(x) {
|
| if (isPrimitive(x)) return x;
|
| - // TODO(floitsch): this should be new HashMap<int, var|Dynamic>()
|
| + // TODO(floitsch): this should be new HashMap<int, dynamic>()
|
| _deserialized = new HashMap();
|
| return _deserializeHelper(x);
|
| }
|
|
|