| Index: src/full-codegen/mips64/full-codegen-mips64.cc
|
| diff --git a/src/full-codegen/mips64/full-codegen-mips64.cc b/src/full-codegen/mips64/full-codegen-mips64.cc
|
| index 6014347fc783ee6c021eaa065b510cb43942b666..8075822fe5c83f42e5620d90055848659aaee843 100644
|
| --- a/src/full-codegen/mips64/full-codegen-mips64.cc
|
| +++ b/src/full-codegen/mips64/full-codegen-mips64.cc
|
| @@ -2563,10 +2563,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);
|
| }
|
|
|
|
|
|
|