Index: src/objects-inl.h |
diff --git a/src/objects-inl.h b/src/objects-inl.h |
index 6b18ed2c3eb9461fc5ad4bbefba73ff081592a55..700ae041cea4708833a419ec159145b042dd7ef2 100644 |
--- a/src/objects-inl.h |
+++ b/src/objects-inl.h |
@@ -5410,8 +5410,8 @@ void SharedFunctionInfo::set_kind(FunctionKind kind) { |
} |
-BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, uses_super_property, |
- kUsesSuperProperty) |
+BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, needs_home_object, |
+ kNeedsHomeObject) |
BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, native, kNative) |
BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, force_inline, kForceInline) |
BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, |