| Index: src/runtime/runtime-forin.cc
|
| diff --git a/src/runtime/runtime-forin.cc b/src/runtime/runtime-forin.cc
|
| index 4b558d124f5db765d3c51d9b7a20ee934019224f..cd4ddb12520a520e30111b9df9eb806f70f38633 100644
|
| --- a/src/runtime/runtime-forin.cc
|
| +++ b/src/runtime/runtime-forin.cc
|
| @@ -25,6 +25,7 @@ MaybeHandle<HeapObject> Enumerate(Handle<JSReceiver> receiver) {
|
| FastKeyAccumulator accumulator(isolate, receiver, INCLUDE_PROTOS,
|
| ENUMERABLE_STRINGS);
|
| accumulator.set_filter_proxy_keys(false);
|
| + accumulator.set_is_for_in(true);
|
| // Test if we have an enum cache for {receiver}.
|
| if (!accumulator.is_receiver_simple_enum()) {
|
| Handle<FixedArray> keys;
|
|
|