Index: src/objects-inl.h |
diff --git a/src/objects-inl.h b/src/objects-inl.h |
index ff81d9d6b074775248865b3079e7d79746623068..85584c43e400f44eabb37ac66f96470efbbb72c2 100644 |
--- a/src/objects-inl.h |
+++ b/src/objects-inl.h |
@@ -5516,9 +5516,9 @@ BOOL_ACCESSORS(SharedFunctionInfo, start_position_and_type, is_expression, |
BOOL_ACCESSORS(SharedFunctionInfo, start_position_and_type, is_toplevel, |
kIsTopLevelBit) |
-BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, optimize_next_closure, |
- kOptimizeNextClosure) |
-BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, allows_lazy_compilation, |
+BOOL_ACCESSORS(SharedFunctionInfo, |
+ compiler_hints, |
+ allows_lazy_compilation, |
kAllowLazyCompilation) |
BOOL_ACCESSORS(SharedFunctionInfo, |
compiler_hints, |