Index: src/full-codegen/ia32/full-codegen-ia32.cc |
diff --git a/src/full-codegen/ia32/full-codegen-ia32.cc b/src/full-codegen/ia32/full-codegen-ia32.cc |
index 80fb965d2c71ff00dd42d1e018a15979ebce537b..6c1ac09969f99a4b59893ce23b36882d9a830c0c 100644 |
--- a/src/full-codegen/ia32/full-codegen-ia32.cc |
+++ b/src/full-codegen/ia32/full-codegen-ia32.cc |
@@ -2486,10 +2486,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); |
} |