| Index: src/objects-inl.h
|
| diff --git a/src/objects-inl.h b/src/objects-inl.h
|
| index 058812ef5687a4fbdd171f7f8407bf67d85d0454..da1a35b08be6659e7fe3806ef7f64891b787d410 100644
|
| --- a/src/objects-inl.h
|
| +++ b/src/objects-inl.h
|
| @@ -3697,10 +3697,6 @@ BOOL_ACCESSORS(SharedFunctionInfo,
|
| kAllowLazyCompilation)
|
| BOOL_ACCESSORS(SharedFunctionInfo,
|
| compiler_hints,
|
| - allows_lazy_compilation_without_context,
|
| - kAllowLazyCompilationWithoutContext)
|
| -BOOL_ACCESSORS(SharedFunctionInfo,
|
| - compiler_hints,
|
| uses_arguments,
|
| kUsesArguments)
|
| BOOL_ACCESSORS(SharedFunctionInfo,
|
|
|