Revision: 16613
Author:   [email protected]
Date:     Tue Sep 10 11:32:15 2013 UTC
Log:      Initialize forgotten Isolate member.

[email protected]

Review URL: https://codereview.chromium.org/23769008
http://code.google.com/p/v8/source/detail?r=16613

Modified:
 /branches/bleeding_edge/src/isolate.cc

=======================================
--- /branches/bleeding_edge/src/isolate.cc      Tue Sep 10 11:13:55 2013 UTC
+++ /branches/bleeding_edge/src/isolate.cc      Tue Sep 10 11:32:15 2013 UTC
@@ -1776,6 +1776,7 @@
       // TODO(bmeurer) Initialized lazily because it depends on flags; can
       // be fixed once the default isolate cleanup is done.
       random_number_generator_(NULL),
+      is_memory_constrained_(false),
       has_fatal_error_(false),
       use_crankshaft_(true),
       initialized_from_snapshot_(false),

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to