Chromium Code Reviews| Index: runtime/vm/object.h |
| =================================================================== |
| --- runtime/vm/object.h (revision 36182) |
| +++ runtime/vm/object.h (working copy) |
| @@ -4939,7 +4939,7 @@ |
| public: |
| static const intptr_t kBits = kSmiBits; |
| static const intptr_t kMaxValue = kSmiMax; |
| - static const intptr_t kMinValue = kSmiMin; |
| + static const intptr_t kMinValue = kSmiMin; |
| intptr_t Value() const { |
| return ValueFromRaw(raw_value()); |