Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index be73a64078821226e26267afbd5dab28a98477e8..63c8d996f0e504ea290f9ff682c1e4dba1e906d1 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -3551,7 +3551,7 @@ class Dictionary: public HashTable<Derived, Shape, Key> { |
int NumberOfEnumElements(); |
// Returns true if the dictionary contains any elements that are non-writable, |
- // non-configurable, or have getters/setters. |
+ // non-configurable, non-enumerable, or have getters/setters. |
bool HasComplexElements(); |
enum SortMode { UNSORTED, SORTED }; |