Index: src/full-codegen/arm64/full-codegen-arm64.cc |
diff --git a/src/full-codegen/arm64/full-codegen-arm64.cc b/src/full-codegen/arm64/full-codegen-arm64.cc |
index 82f3c218e6bbe206cba946b8f601b282993c04f2..9101817327e83d097f9734b6e32b8a216d14479f 100644 |
--- a/src/full-codegen/arm64/full-codegen-arm64.cc |
+++ b/src/full-codegen/arm64/full-codegen-arm64.cc |
@@ -1080,7 +1080,7 @@ void FullCodeGenerator::VisitForInStatement(ForInStatement* stmt) { |
// Get the set of properties to enumerate. |
__ Bind(&call_runtime); |
__ Push(x0); // Duplicate the enumerable object on the stack. |
- __ CallRuntime(Runtime::kGetPropertyNamesFast); |
+ __ CallRuntime(Runtime::kForInEnumerate); |
PrepareForBailoutForId(stmt->EnumId(), TOS_REG); |
// If we got a map from the runtime call, we can do a fast |