Index: src/crankshaft/x64/lithium-codegen-x64.cc |
diff --git a/src/crankshaft/x64/lithium-codegen-x64.cc b/src/crankshaft/x64/lithium-codegen-x64.cc |
index eeed6fa6c2a88f585afc2a1fcb401e3089acef53..695c19777bd47ee1673d62f8ef7c0f315bcac34b 100644 |
--- a/src/crankshaft/x64/lithium-codegen-x64.cc |
+++ b/src/crankshaft/x64/lithium-codegen-x64.cc |
@@ -5522,7 +5522,7 @@ void LCodeGen::DoForInPrepareMap(LForInPrepareMap* instr) { |
// Get the set of properties to enumerate. |
__ bind(&call_runtime); |
__ Push(rax); |
- CallRuntime(Runtime::kGetPropertyNamesFast, instr); |
+ CallRuntime(Runtime::kForInEnumerate, instr); |
__ bind(&use_cache); |
} |