Chromium Code Reviews| Index: runtime/vm/object.h |
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
| index 26e3f6470c0f38cf306ca5350b07feab36982bcb..3e464a4ec7f50a4da1cc45edf7f0cca7c00be2cd 100644 |
| --- a/runtime/vm/object.h |
| +++ b/runtime/vm/object.h |
| @@ -2811,7 +2811,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)); |
| } |