| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index c720c440b0400d94e71afb77f612960587ce88a5..64e28934bbee769033f2e85a37c9c0978da2091d 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -5062,6 +5062,7 @@ class Code: public HeapObject {
|
| // [relocation_info]: Code relocation information
|
| DECL_ACCESSORS(relocation_info, ByteArray)
|
| void InvalidateRelocation();
|
| + void InvalidateEmbeddedObjects(Object* undefined);
|
|
|
| // [handler_table]: Fixed array containing offsets of exception handlers.
|
| DECL_ACCESSORS(handler_table, FixedArray)
|
|
|