Fix presubmit error in r11630.
TBR=erik.corry@gmail.com Review URL: https://chromiumcodereview.appspot.com/10409091 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@11632 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
30e7c23afd
commit
f17833b6ec
@ -2740,7 +2740,7 @@ static void UpdatePointer(HeapObject** p, HeapObject* object) {
|
||||
// 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
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user