Chromium Code Reviews| Index: runtime/vm/object.h |
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
| index c2d72fcffa12c51134e97d85f8dd6902127a3bc4..21ab55639d16da80886d20b55317fe072e69ddb8 100644 |
| --- a/runtime/vm/object.h |
| +++ b/runtime/vm/object.h |
| @@ -2815,7 +2815,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)); |
| } |