| Index: lib/compiler/implementation/lib/coreimpl_patch.dart
|
| ===================================================================
|
| --- lib/compiler/implementation/lib/coreimpl_patch.dart (revision 11386)
|
| +++ lib/compiler/implementation/lib/coreimpl_patch.dart (working copy)
|
| @@ -276,7 +276,7 @@
|
| return key;
|
| }
|
|
|
| - static final String _KEY_PROPERTY_NAME = 'expando\$key';
|
| - static final String _EXPANDO_PROPERTY_NAME = 'expando\$values';
|
| + static const String _KEY_PROPERTY_NAME = 'expando\$key';
|
| + static const String _EXPANDO_PROPERTY_NAME = 'expando\$values';
|
| static int _keyCount = 0;
|
| }
|
|
|