Index: src/objects-inl.h |
diff --git a/src/objects-inl.h b/src/objects-inl.h |
index 85e25ba88264147e9f4f18f09531988e91b1e64e..41ea3d45b3320cd85e5084732cd4e1dfb9daf014 100644 |
--- a/src/objects-inl.h |
+++ b/src/objects-inl.h |
@@ -908,9 +908,7 @@ bool HeapObject::IsJSGlobalProxy() const { |
TYPE_CHECKER(JSGlobalObject, JS_GLOBAL_OBJECT_TYPE) |
-bool HeapObject::IsUndetectableObject() const { |
- return map()->is_undetectable(); |
-} |
+bool HeapObject::IsUndetectable() const { return map()->is_undetectable(); } |
bool HeapObject::IsAccessCheckNeeded() const { |
if (IsJSGlobalProxy()) { |