Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 59b781b1c2470a738f1dbb5e7920e62ed1a46951..c86c0b2f431bd08890b7250d4d59d30e770f7e25 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -1483,10 +1483,6 @@ class JSReceiver: public HeapObject { |
PropertyAttributes GetLocalPropertyAttribute(String* name); |
inline PropertyAttributes GetElementAttribute(uint32_t index); |
- inline PropertyAttributes GetElementAttributeWithReceiver( |
- JSReceiver* receiver, |
- uint32_t index, |
- bool continue_search); |
inline PropertyAttributes GetLocalElementAttribute(uint32_t index); |
// Can cause a GC. |