Index: runtime/vm/raw_object.h |
diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h |
index 73bbfbcfb8efd2c7480d8487a7bd78a5249813d5..e04fd63d1ed3d039b067e59388df229d57c16a7c 100644 |
--- a/runtime/vm/raw_object.h |
+++ b/runtime/vm/raw_object.h |
@@ -1459,6 +1459,7 @@ class RawUnhandledException : public RawError { |
class RawUnwindError : public RawError { |
RAW_HEAP_OBJECT_IMPLEMENTATION(UnwindError); |
+ bool is_user_initiated_; |
Cutch
2015/09/24 17:12:58
Usually these fields go *after* to()
turnidge
2015/09/24 17:22:53
Done.
|
RawObject** from() { |
return reinterpret_cast<RawObject**>(&ptr()->message_); |
} |