| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 8331a768856547aac4ff4f4bceb05c51b45afeea..c4ff63544a0cc451e671c700f8d78b4d6e854fc3 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -5008,6 +5008,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)
|
|
|