Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 3495c8740da669e2d1661a99de059bc3fe4e1fb3..c70a73401ea1c7f4eb31f0cfdb26cb91fabf08fd 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -1996,6 +1996,8 @@ class JSReceiver: public HeapObject { |
static const int kPropertiesOffset = HeapObject::kHeaderSize; |
static const int kHeaderSize = HeapObject::kHeaderSize + kPointerSize; |
+ bool HasProxyInPrototype(Isolate* isolate); |
+ |
private: |
DISALLOW_IMPLICIT_CONSTRUCTORS(JSReceiver); |
}; |