| Index: src/log.h
|
| diff --git a/src/log.h b/src/log.h
|
| index 3df4c83ba7400ea94b95b2d23000de88ed42eecc..b1fb1f48abb88b744debfb21a22d2a6eca1ed3fe 100644
|
| --- a/src/log.h
|
| +++ b/src/log.h
|
| @@ -260,7 +260,7 @@ class Logger {
|
| void SharedFunctionInfoMoveEvent(Address from, Address to);
|
|
|
| void CodeNameEvent(Address addr, int pos, const char* code_name);
|
| - void SnapshotPositionEvent(Address addr, int pos);
|
| + void SnapshotPositionEvent(HeapObject* obj, int pos);
|
|
|
| // ==== Events logged by --log-gc. ====
|
| // Heap sampling events: start, end, and individual types.
|
|
|