Chromium Code Reviews| Index: lib/compiler/implementation/lib/js_helper.dart |
| =================================================================== |
| --- lib/compiler/implementation/lib/js_helper.dart (revision 11400) |
| +++ lib/compiler/implementation/lib/js_helper.dart (working copy) |
| @@ -379,7 +379,7 @@ |
| } |
| /** [: @"$".charCodeAt(0) :] */ |
| - static final int DOLLAR_CHAR_VALUE = 36; |
| + static const int DOLLAR_CHAR_VALUE = 36; |
| static String objectTypeName(Object object) { |
| String name = constructorNameFallback(object); |