Chromium Code Reviews| Index: runtime/vm/raw_object.h |
| =================================================================== |
| --- runtime/vm/raw_object.h (revision 29464) |
| +++ runtime/vm/raw_object.h (working copy) |
| @@ -376,7 +376,7 @@ |
| return reinterpret_cast<RawObject*>(addr + kHeapObjectTag); |
| } |
| - static uword ToAddr(RawObject* raw_obj) { |
| + static uword ToAddr(const RawObject* raw_obj) { |
| return reinterpret_cast<uword>(raw_obj->ptr()); |
| } |