| Index: src/serialize.h | 
| diff --git a/src/serialize.h b/src/serialize.h | 
| index 1b56a882f698db884bfe77f105da3e9c180a6b2c..e5664ff39c35c101b47e3d15b9c7c9a54f28398a 100644 | 
| --- a/src/serialize.h | 
| +++ b/src/serialize.h | 
| @@ -519,7 +519,7 @@ class Serializer : public SerializerDeserializer { | 
| void VisitExternalReference(RelocInfo* rinfo); | 
| void VisitCodeTarget(RelocInfo* target); | 
| void VisitCodeEntry(Address entry_address); | 
| -    void VisitGlobalPropertyCell(RelocInfo* rinfo); | 
| +    void VisitCell(RelocInfo* rinfo); | 
| void VisitRuntimeEntry(RelocInfo* reloc); | 
| // Used for seralizing the external strings that hold the natives source. | 
| void VisitExternalAsciiString( | 
|  |