| Index: src/objects-inl.h
|
| diff --git a/src/objects-inl.h b/src/objects-inl.h
|
| index 5e6e32c7945ab08435876923fa8d0526cf6358c2..1aa342c548562f3e704c6c17898947fa4cb70025 100644
|
| --- a/src/objects-inl.h
|
| +++ b/src/objects-inl.h
|
| @@ -5853,8 +5853,6 @@ void SharedFunctionInfo::set_kind(FunctionKind kind) {
|
|
|
| BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, uses_super_property,
|
| kUsesSuperProperty)
|
| -BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, uses_super_constructor_call,
|
| - kUsesSuperConstructorCall)
|
| BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, native, kNative)
|
| BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, inline_builtin,
|
| kInlineBuiltin)
|
|
|