Chromium Code Reviews| Index: src/objects.cc |
| diff --git a/src/objects.cc b/src/objects.cc |
| index 29af1d83373193db4face20c934c39f939a276be..659d75d871a676fc7e470bb8f9c9600b966434aa 100644 |
| --- a/src/objects.cc |
| +++ b/src/objects.cc |
| @@ -16309,7 +16309,7 @@ Smi* OrderedHashTableIterator<Derived, TableType>::Next(JSArray* value_array) { |
| FixedArray* array = FixedArray::cast(value_array->elements()); |
| static_cast<Derived*>(this)->PopulateValueArray(array); |
| MoveNext(); |
| - return kind(); |
| + return Smi::cast(kind()); |
| } |
| return Smi::FromInt(0); |
| } |