Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(365)

Unified Diff: src/isolate.cc

Issue 868883002: Remove the dependency of Zone on Isolate (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: All platforms Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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),

Powered by Google App Engine
This is Rietveld 408576698