| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index c720c440b0400d94e71afb77f612960587ce88a5..eb84572233c457427ceedb51f8bea2f2648f0c26 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();
|
|
|
| // [handler_table]: Fixed array containing offsets of exception handlers.
|
| DECL_ACCESSORS(handler_table, FixedArray)
|
|
|