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