Chromium Code Reviews| Index: vm/native_arguments.h |
| =================================================================== |
| --- vm/native_arguments.h (revision 6195) |
| +++ vm/native_arguments.h (working copy) |
| @@ -42,6 +42,7 @@ |
| } |
| void SetReturn(const Object& value) const; |
| + void SetReturn(RawObject* value) const; |
| static intptr_t isolate_offset() { |
| return OFFSET_OF(NativeArguments, isolate_); |