| Index: src/objects-inl.h
|
| diff --git a/src/objects-inl.h b/src/objects-inl.h
|
| index a48d7c8576dd03b1daa745ee9a6f7b1282a591b7..2e0ae66b0b5ca44549692d7bcb25b5bfa9fa17cb 100644
|
| --- a/src/objects-inl.h
|
| +++ b/src/objects-inl.h
|
| @@ -5953,10 +5953,6 @@ BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, allows_lazy_compilation,
|
| kAllowLazyCompilation)
|
| BOOL_ACCESSORS(SharedFunctionInfo,
|
| compiler_hints,
|
| - allows_lazy_compilation_without_context,
|
| - kAllowLazyCompilationWithoutContext)
|
| -BOOL_ACCESSORS(SharedFunctionInfo,
|
| - compiler_hints,
|
| uses_arguments,
|
| kUsesArguments)
|
| BOOL_ACCESSORS(SharedFunctionInfo,
|
|
|