| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 33bc1a3c743650e97fe17de1c6081e48152a6a7a..2d873969e3c77e8f440e22226c0d594a6f6c946a 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -3847,8 +3847,6 @@ class Dictionary: public HashTable<Derived, Shape, Key> {
|
| static const int kMaxNumberKeyIndex = DerivedHashTable::kPrefixStartIndex;
|
| static const int kNextEnumerationIndexIndex = kMaxNumberKeyIndex + 1;
|
|
|
| - static const bool kIsEnumerable = Shape::kIsEnumerable;
|
| -
|
| protected:
|
| // Generic at put operation.
|
| MUST_USE_RESULT static Handle<Derived> AtPut(
|
|
|