| Index: runtime/vm/isolate.cc
|
| diff --git a/runtime/vm/isolate.cc b/runtime/vm/isolate.cc
|
| index 9fa203000c8cf22997b353295c2b3efcb1795e04..8e01c7f439bceb793f79cff0929007b5b2393b7a 100644
|
| --- a/runtime/vm/isolate.cc
|
| +++ b/runtime/vm/isolate.cc
|
| @@ -757,11 +757,10 @@ Isolate::Isolate(const Dart_IsolateFlags& api_flags)
|
| debugger_(NULL),
|
| resume_request_(false),
|
| last_resume_timestamp_(OS::GetCurrentTimeMillis()),
|
| - has_compiled_(false),
|
| + has_compiled_code_(false),
|
| flags_(),
|
| random_(),
|
| simulator_(NULL),
|
| - deopt_id_(0),
|
| mutex_(new Mutex()),
|
| saved_stack_limit_(0),
|
| stack_base_(0),
|
|
|