Chromium Code Reviews| Index: runtime/vm/raw_object.h |
| =================================================================== |
| --- runtime/vm/raw_object.h (revision 43864) |
| +++ runtime/vm/raw_object.h (working copy) |
| @@ -1387,7 +1387,7 @@ |
| return reinterpret_cast<RawObject**>(&ptr()->exception_); |
| } |
| RawInstance* exception_; |
| - RawStacktrace* stacktrace_; |
| + RawInstance* stacktrace_; |
| RawObject** to() { |
| return reinterpret_cast<RawObject**>(&ptr()->stacktrace_); |
| } |