| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index d84690fbd48c6b3418663960916d7987a84f6dfc..9663398ad02bdff4574fc7d91c9c55ab18199187 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -4992,6 +4992,7 @@ class Code: public HeapObject {
|
| #ifdef DEBUG
|
| enum VerifyMode { kNoContextSpecificPointers, kNoContextRetainingPointers };
|
| void VerifyEmbeddedObjects(VerifyMode mode = kNoContextRetainingPointers);
|
| + static void VerifyRecompiledCode(Code* old_code, Code* new_code);
|
| #endif // DEBUG
|
|
|
| inline bool CanContainWeakObjects() {
|
|
|