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