Chromium Code Reviews| Index: runtime/vm/dart_api_state.h |
| =================================================================== |
| --- runtime/vm/dart_api_state.h (revision 6189) |
| +++ runtime/vm/dart_api_state.h (working copy) |
| @@ -64,7 +64,7 @@ |
| public: |
| // Accessors. |
| RawObject* raw() const { return raw_; } |
| - void set_raw(const Object& object) { raw_ = object.raw(); } |
| + void set_raw(RawObject* raw) { raw_ = raw; } |
| static intptr_t raw_offset() { return OFFSET_OF(LocalHandle, raw_); } |
| private: |