Chromium Code Reviews| Index: pkg/csslib/lib/parser.dart |
| diff --git a/pkg/csslib/lib/parser.dart b/pkg/csslib/lib/parser.dart |
| index 8fbf06e075148350d06e05b9dc39f5729ab58f17..282fe591c49488fb20803cf9ffbf8dad8a4cd827 100644 |
| --- a/pkg/csslib/lib/parser.dart |
| +++ b/pkg/csslib/lib/parser.dart |
| @@ -2093,7 +2093,7 @@ class _Parser { |
| return expressions; |
| } |
| - static final int MAX_UNICODE = int.parse('0x10FFFF'); |
| + static const int MAX_UNICODE = 0x10FFFF; |
| // Term grammar: |
| // |