Revision: 24998
Author:   [email protected]
Date:     Wed Oct 29 23:26:50 2014 UTC
Log:      Fix lo_space initialization for external snapshot

[email protected]

Review URL: https://codereview.chromium.org/684263002

Patch from AndrĂ© Baixo <[email protected]>.
https://code.google.com/p/v8/source/detail?r=24998

Modified:
 /branches/bleeding_edge/src/snapshot-external.cc

=======================================
--- /branches/bleeding_edge/src/snapshot-external.cc Wed Oct 15 14:04:53 2014 UTC +++ /branches/bleeding_edge/src/snapshot-external.cc Wed Oct 29 23:26:50 2014 UTC
@@ -136,6 +136,7 @@
   snapshot_impl_->context_map_space_used = source.GetInt();
   snapshot_impl_->context_cell_space_used = source.GetInt();
   snapshot_impl_->context_property_cell_space_used = source.GetInt();
+  snapshot_impl_->context_lo_space_used = source.GetInt();

   DCHECK(success);
 }

--
--
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/d/optout.

Reply via email to