Chromium Code Reviews| Index: runtime/vm/isolate.cc |
| diff --git a/runtime/vm/isolate.cc b/runtime/vm/isolate.cc |
| index d6c6fe59a649153a30a7f4351afd6bc56da9bacc..9825341b4d3460dde8b9efe5e0ed59308dea2938 100644 |
| --- a/runtime/vm/isolate.cc |
| +++ b/runtime/vm/isolate.cc |
| @@ -661,7 +661,6 @@ Isolate::Isolate(const Dart_IsolateFlags& api_flags) |
| flags_(), |
| random_(), |
| simulator_(NULL), |
| - long_jump_base_(NULL), |
| timer_list_(), |
| deopt_id_(0), |
| mutex_(new Mutex()), |