Chromium Code Reviews| Index: src/isolate.cc |
| diff --git a/src/isolate.cc b/src/isolate.cc |
| index e0bb09b46f7760480315bcf2d4fdd98041af01d5..ea5e3a95c93eb46aaaccbdf9b74c1c9dc89dfa15 100644 |
| --- a/src/isolate.cc |
| +++ b/src/isolate.cc |
| @@ -1644,7 +1644,6 @@ Isolate::Isolate(bool enable_serializer) |
| descriptor_lookup_cache_(NULL), |
| handle_scope_implementer_(NULL), |
| unicode_cache_(NULL), |
| - runtime_zone_(this), |
| inner_pointer_to_code_cache_(NULL), |
| global_handles_(NULL), |
| eternal_handles_(NULL), |