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