| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 396eb7cf6973a64423adb395e1ad53f6684c17ea..d630c522c085619a919144d87fe55803890d5f3b 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -1305,9 +1305,7 @@
|
| static inline MaybeHandle<Object> GetPrototype(Isolate* isolate,
|
| Handle<Object> receiver);
|
|
|
| - MUST_USE_RESULT static Maybe<bool> HasInPrototypeChain(Isolate* isolate,
|
| - Handle<Object> object,
|
| - Handle<Object> proto);
|
| + bool HasInPrototypeChain(Isolate* isolate, Object* object);
|
|
|
| // Returns the permanent hash code associated with this object. May return
|
| // undefined if not yet created.
|
|
|