Index: src/objects-inl.h |
diff --git a/src/objects-inl.h b/src/objects-inl.h |
index 169475791d05ff9672dfff163ba14dde0506bea5..7b649a9fe6ee3b2f56008b1fbb7caf17f142585a 100644 |
--- a/src/objects-inl.h |
+++ b/src/objects-inl.h |
@@ -4560,6 +4560,8 @@ BOOL_ACCESSORS(FunctionTemplateInfo, flag, needs_access_check, |
kNeedsAccessCheckBit) |
BOOL_ACCESSORS(FunctionTemplateInfo, flag, read_only_prototype, |
kReadOnlyPrototypeBit) |
+BOOL_ACCESSORS(FunctionTemplateInfo, flag, remove_prototype, |
+ kRemovePrototypeBit) |
BOOL_ACCESSORS(SharedFunctionInfo, start_position_and_type, is_expression, |
kIsExpressionBit) |
BOOL_ACCESSORS(SharedFunctionInfo, start_position_and_type, is_toplevel, |