Revision: 11632
Author:   [email protected]
Date:     Wed May 23 04:40:38 2012
Log:      Fix presubmit error in r11630.

[email protected]

Review URL: https://chromiumcodereview.appspot.com/10409091
http://code.google.com/p/v8/source/detail?r=11632

Modified:
 /branches/bleeding_edge/src/mark-compact.cc

=======================================
--- /branches/bleeding_edge/src/mark-compact.cc Wed May 23 04:17:22 2012
+++ /branches/bleeding_edge/src/mark-compact.cc Wed May 23 04:40:38 2012
@@ -2740,7 +2740,7 @@
     // spurious newspace pointers in the old space.
// TODO(mstarzinger): This was changed to a sentinel value to track down
     // rare crashes, change it back to Smi::FromInt(0) later.
- *p = reinterpret_cast<HeapObject*>(Smi::FromInt(0x0f100d00 >> 1)); // flood + *p = reinterpret_cast<HeapObject*>(Smi::FromInt(0x0f100d00 >> 1)); // flood
   }
 }

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

Reply via email to