Index: src/isolate.cc |
diff --git a/src/isolate.cc b/src/isolate.cc |
index e0bb09b46f7760480315bcf2d4fdd98041af01d5..ef305b865575d6754569330ea36e4757abda53fa 100644 |
--- a/src/isolate.cc |
+++ b/src/isolate.cc |
@@ -1644,7 +1644,7 @@ Isolate::Isolate(bool enable_serializer) |
descriptor_lookup_cache_(NULL), |
handle_scope_implementer_(NULL), |
unicode_cache_(NULL), |
- runtime_zone_(this), |
+ runtime_zone_(), |
Michael Starzinger
2015/01/23 14:21:11
nit: Explicit initializer call could be dropped.
danno
2015/01/23 14:45:20
Done.
|
inner_pointer_to_code_cache_(NULL), |
global_handles_(NULL), |
eternal_handles_(NULL), |