| Index: src/full-codegen/mips/full-codegen-mips.cc
 | 
| diff --git a/src/full-codegen/mips/full-codegen-mips.cc b/src/full-codegen/mips/full-codegen-mips.cc
 | 
| index 977a71dbbfec54d5fa1f818005b3fec216a2de04..cef99aba65af9fd0582ecd1c9d38e28d64e5f00e 100644
 | 
| --- a/src/full-codegen/mips/full-codegen-mips.cc
 | 
| +++ b/src/full-codegen/mips/full-codegen-mips.cc
 | 
| @@ -2565,10 +2565,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);
 | 
|  }
 | 
|  
 | 
|  
 | 
| 
 |