| Index: src/objects-debug.cc
|
| ===================================================================
|
| --- src/objects-debug.cc (revision 352)
|
| +++ src/objects-debug.cc (working copy)
|
| @@ -607,7 +607,7 @@
|
| for (RelocIterator it(this); !it.done(); it.next()) {
|
| it.rinfo()->Verify();
|
| // Ensure that GC will not iterate twice over the same pointer.
|
| - if (is_gc_reloc_mode(it.rinfo()->rmode())) {
|
| + if (RelocInfo::IsGCRelocMode(it.rinfo()->rmode())) {
|
| CHECK(it.rinfo()->pc() != last_gc_pc);
|
| last_gc_pc = it.rinfo()->pc();
|
| }
|
|
|