| Index: src/crankshaft/ia32/lithium-codegen-ia32.cc
|
| diff --git a/src/crankshaft/ia32/lithium-codegen-ia32.cc b/src/crankshaft/ia32/lithium-codegen-ia32.cc
|
| index cc3fc90a2ef7b09262a99c6fa355662cede201f5..c5d6534eddbae4e31ab20f5bd39649128b1689cb 100644
|
| --- a/src/crankshaft/ia32/lithium-codegen-ia32.cc
|
| +++ b/src/crankshaft/ia32/lithium-codegen-ia32.cc
|
| @@ -5332,7 +5332,7 @@ void LCodeGen::DoForInPrepareMap(LForInPrepareMap* instr) {
|
| // Get the set of properties to enumerate.
|
| __ bind(&call_runtime);
|
| __ push(eax);
|
| - CallRuntime(Runtime::kGetPropertyNamesFast, instr);
|
| + CallRuntime(Runtime::kForInEnumerate, instr);
|
| __ bind(&use_cache);
|
| }
|
|
|
|
|