Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 1a1f5fd26437ea9e2b3a51915102251ef4e2d3d9..118e05d0f3fa738718cc72ef4857d08424c82027 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -3847,6 +3847,8 @@ 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( |