| Index: src/serialize.h
|
| diff --git a/src/serialize.h b/src/serialize.h
|
| index ce327091f44098f9bbfcc38dba4a8b99ec1c4740..07c0a255f75de2f53ff4478d337672ba75533298 100644
|
| --- a/src/serialize.h
|
| +++ b/src/serialize.h
|
| @@ -454,6 +454,7 @@ STATIC_CLASS Serializer : public SerializerDeserializer {
|
| void VisitExternalReferences(Address* start, Address* end);
|
| void VisitCodeTarget(RelocInfo* target);
|
| void VisitCodeEntry(Address entry_address);
|
| + void VisitGlobalPropertyCell(RelocInfo* rinfo);
|
| void VisitRuntimeEntry(RelocInfo* reloc);
|
| // Used for seralizing the external strings that hold the natives source.
|
| void VisitExternalAsciiString(
|
|
|