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