Index: src/objects-inl.h |
diff --git a/src/objects-inl.h b/src/objects-inl.h |
index 639d739f30ede7852fa30b13833f21aad26968cd..5d138b813aa207ae83474cc4fef313c4182cbc86 100644 |
--- a/src/objects-inl.h |
+++ b/src/objects-inl.h |
@@ -5746,6 +5746,7 @@ void SharedFunctionInfo::set_kind(FunctionKind kind) { |
set_compiler_hints(hints); |
} |
+ |
BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, needs_home_object, |
kNeedsHomeObject) |
BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, native, kNative) |