| Index: runtime/vm/isolate.cc
|
| diff --git a/runtime/vm/isolate.cc b/runtime/vm/isolate.cc
|
| index 7fdbe56b944aa85fc2c33d1dabf53b2e4cd00070..12d3e23b59e2c64f431bd3e0575b922101e87577 100644
|
| --- a/runtime/vm/isolate.cc
|
| +++ b/runtime/vm/isolate.cc
|
| @@ -791,7 +791,6 @@ Isolate::Isolate(const Dart_IsolateFlags& api_flags)
|
| terminate_capability_(0),
|
| errors_fatal_(true),
|
| object_store_(NULL),
|
| - top_exit_frame_info_(0),
|
| init_callback_data_(NULL),
|
| environment_callback_(NULL),
|
| library_tag_handler_(NULL),
|
| @@ -816,8 +815,6 @@ Isolate::Isolate(const Dart_IsolateFlags& api_flags)
|
| pending_deopts_(new MallocGrowableArray<PendingLazyDeopt>),
|
| deopt_context_(NULL),
|
| is_service_isolate_(false),
|
| - stacktrace_(NULL),
|
| - stack_frame_index_(-1),
|
| last_allocationprofile_accumulator_reset_timestamp_(0),
|
| last_allocationprofile_gc_timestamp_(0),
|
| object_id_ring_(NULL),
|
|
|