Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 2bb47e80f547cd59ae32c6ffa692f481aea3a22a..2f52094ba139393372c35e76d29b37f9442dac58 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -10175,10 +10175,10 @@ class OrderedHashTableIterator: public JSObject { |
DECL_ACCESSORS(table, Object) |
// [index]: The index into the data table. |
- DECL_ACCESSORS(index, Smi) |
+ DECL_ACCESSORS(index, Object) |
// [kind]: The kind of iteration this is. One of the [Kind] enum values. |
- DECL_ACCESSORS(kind, Smi) |
+ DECL_ACCESSORS(kind, Object) |
#ifdef OBJECT_PRINT |
void OrderedHashTableIteratorPrint(OStream& os); // NOLINT |