Index: src/snapshot/serializer-common.h |
diff --git a/src/snapshot/serializer-common.h b/src/snapshot/serializer-common.h |
index 201ac4e03928a4fae82fc3bf42d1c6a390d08d26..b426efd538e99384dea8f8088ee61094b154752e 100644 |
--- a/src/snapshot/serializer-common.h |
+++ b/src/snapshot/serializer-common.h |
@@ -86,6 +86,8 @@ class SerializerDeserializer : public ObjectVisitor { |
protected: |
static bool CanBeDeferred(HeapObject* o); |
+ void RestoreExternalReferenceRedirectors(List<AccessorInfo*>* accessor_infos); |
+ |
// ---------- byte code range 0x00..0x7f ---------- |
// Byte codes in this range represent Where, HowToCode and WhereToPoint. |
// Where the pointed-to object can be found: |