Chromium Code Reviews| Index: src/objects-inl.h |
| diff --git a/src/objects-inl.h b/src/objects-inl.h |
| index 753c80e5bb4db517c0815dfee109e550448d3ad5..8bb53c378d7111b3f311f4979a8f21d6b37b52c2 100644 |
| --- a/src/objects-inl.h |
| +++ b/src/objects-inl.h |
| @@ -7071,7 +7071,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(), |