Revision: 9765
Author:   [email protected]
Date:     Tue Oct 25 01:42:38 2011
Log:      Fix 9763 after build bot failures.
Review URL: http://codereview.chromium.org/8382031
http://code.google.com/p/v8/source/detail?r=9765

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

=======================================
--- /branches/bleeding_edge/src/serialize.cc    Tue Oct 25 01:24:06 2011
+++ /branches/bleeding_edge/src/serialize.cc    Tue Oct 25 01:42:38 2011
@@ -762,7 +762,7 @@
   bool write_barrier_needed = (current_object_address != NULL &&
                                source_space != NEW_SPACE &&
                                source_space != CELL_SPACE &&
-                               source_space == OLD_DATA_SPACE);
+                               source_space != OLD_DATA_SPACE);
   while (current < limit) {
     int data = source_->Get();
     switch (data) {

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to