| Index: src/lookup.h
|
| diff --git a/src/lookup.h b/src/lookup.h
|
| index 52231e5d908ce4b657f14b327d6f5861e2267def..14ca010d31d8477d531b0215aef03dd4073f1d61 100644
|
| --- a/src/lookup.h
|
| +++ b/src/lookup.h
|
| @@ -138,10 +138,6 @@ class LookupIterator FINAL BASE_EMBEDDED {
|
| Handle<Object> GetDataValue() const;
|
| void WriteDataValue(Handle<Object> value);
|
|
|
| - // Checks whether the receiver is an indexed exotic object
|
| - // and name is a special numeric index.
|
| - bool IsSpecialNumericIndex() const;
|
| -
|
| void InternalizeName();
|
|
|
| private:
|
|
|