Chromium Code Reviews| Index: runtime/vm/object.h |
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
| index 482d27270a85d33a71e37e64abac47c134025dd6..9dd77e940710c3a85740751c7b4d684c47328bc9 100644 |
| --- a/runtime/vm/object.h |
| +++ b/runtime/vm/object.h |
| @@ -2801,7 +2801,7 @@ class Smi : public Integer { |
| static RawClass* Class(); |
| - static intptr_t Value(RawSmi* raw_smi) { |
| + static intptr_t Value(const RawSmi* raw_smi) { |
| return ValueFromRaw(reinterpret_cast<uword>(raw_smi)); |
| } |