Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index f69a00aec1ee0df8f6c63d5895327aca4d241a34..afae2033d80084597db29236d1fa4f69fda8b4af 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -1893,7 +1893,7 @@ class JSReceiver: public HeapObject { |
ShouldThrow should_throw); |
static bool GetOwnPropertyDescriptor(Isolate* isolate, |
- Handle<JSObject> object, |
+ Handle<JSReceiver> object, |
Handle<Object> key, |
PropertyDescriptor* desc); |
static bool GetOwnPropertyDescriptor(LookupIterator* it, |