| Index: src/objects-inl.h
|
| diff --git a/src/objects-inl.h b/src/objects-inl.h
|
| index 091a0eb5e9ee69d2d1b56414d36259df1e68e202..07f44fa358655d443f81987aae0f09cf9282f6b9 100644
|
| --- a/src/objects-inl.h
|
| +++ b/src/objects-inl.h
|
| @@ -4541,9 +4541,7 @@ SMI_ACCESSORS(SharedFunctionInfo, compiler_hints,
|
| kCompilerHintsOffset)
|
| SMI_ACCESSORS(SharedFunctionInfo, opt_count, kOptCountOffset)
|
| SMI_ACCESSORS(SharedFunctionInfo, counters, kCountersOffset)
|
| -SMI_ACCESSORS(SharedFunctionInfo,
|
| - stress_deopt_counter,
|
| - kStressDeoptCounterOffset)
|
| +
|
| #else
|
|
|
| #define PSEUDO_SMI_ACCESSORS_LO(holder, name, offset) \
|
| @@ -4593,9 +4591,7 @@ PSEUDO_SMI_ACCESSORS_HI(SharedFunctionInfo,
|
| PSEUDO_SMI_ACCESSORS_LO(SharedFunctionInfo, opt_count, kOptCountOffset)
|
|
|
| PSEUDO_SMI_ACCESSORS_HI(SharedFunctionInfo, counters, kCountersOffset)
|
| -PSEUDO_SMI_ACCESSORS_LO(SharedFunctionInfo,
|
| - stress_deopt_counter,
|
| - kStressDeoptCounterOffset)
|
| +
|
| #endif
|
|
|
|
|
|
|