| Index: src/v8globals.h
|
| ===================================================================
|
| --- src/v8globals.h (revision 6554)
|
| +++ src/v8globals.h (working copy)
|
| @@ -249,7 +249,7 @@
|
| // Callback function on object slots, used for iterating heap object slots in
|
| // HeapObjects, global pointers to heap objects, etc. The callback allows the
|
| // callback function to change the value of the slot.
|
| -typedef void (*ObjectSlotCallback)(HeapObject** pointer);
|
| +typedef void (*ObjectSlotCallback)(HeapObject** pointer, HeapObject* object);
|
|
|
|
|
| // Callback function used for iterating objects in heap spaces,
|
|
|