| Index: src/full-codegen/arm/full-codegen-arm.cc
|
| diff --git a/src/full-codegen/arm/full-codegen-arm.cc b/src/full-codegen/arm/full-codegen-arm.cc
|
| index 4d9e794396d78ecc965a6fc0c10d9418cd2bb8a9..0e6d4c04edf5263e6116d87383b54ae4dee0f38a 100644
|
| --- a/src/full-codegen/arm/full-codegen-arm.cc
|
| +++ b/src/full-codegen/arm/full-codegen-arm.cc
|
| @@ -2574,10 +2574,7 @@ void FullCodeGenerator::EmitClassDefineProperties(ClassLiteral* lit,
|
|
|
| // Set both the prototype and constructor to have fast properties, and also
|
| // freeze them in strong mode.
|
| - __ CallRuntime(is_strong(language_mode())
|
| - ? Runtime::kFinalizeClassDefinitionStrong
|
| - : Runtime::kFinalizeClassDefinition,
|
| - 2);
|
| + __ CallRuntime(Runtime::kFinalizeClassDefinition, 2);
|
| }
|
|
|
|
|
|
|