Index: src/objects-inl.h |
diff --git a/src/objects-inl.h b/src/objects-inl.h |
index 05aa5b0c4361711bd68a055f051670c419e100ff..4fada6aebcfcc4c59947a95c9bab7a70b4bb252a 100644 |
--- a/src/objects-inl.h |
+++ b/src/objects-inl.h |
@@ -7083,7 +7083,6 @@ NameDictionary* JSReceiver::property_dictionary() { |
return NameDictionary::cast(properties()); |
} |
- |
Maybe<bool> JSReceiver::HasProperty(Handle<JSReceiver> object, |
Handle<Name> name) { |
LookupIterator it = LookupIterator::PropertyOrElement(object->GetIsolate(), |