Index: src/crankshaft/x87/lithium-codegen-x87.cc |
diff --git a/src/crankshaft/x87/lithium-codegen-x87.cc b/src/crankshaft/x87/lithium-codegen-x87.cc |
index b54e9349132bd4bdc422ac4c62d131eb2795159a..21b91603ffe68f8c04ecf8925a89e1abcaed791a 100644 |
--- a/src/crankshaft/x87/lithium-codegen-x87.cc |
+++ b/src/crankshaft/x87/lithium-codegen-x87.cc |
@@ -5892,7 +5892,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); |
} |