Index: src/mips/full-codegen-mips.cc |
diff --git a/src/mips/full-codegen-mips.cc b/src/mips/full-codegen-mips.cc |
index 3f5ea7b914a9a2e5b769190993579bfad3984084..4943a03a1a71922ed1f69b92b9f1b7bbd3bcb08d 100644 |
--- a/src/mips/full-codegen-mips.cc |
+++ b/src/mips/full-codegen-mips.cc |
@@ -2761,7 +2761,7 @@ void FullCodeGenerator::EmitClassOf(ZoneList<Expression*>* args) { |
// Objects with a non-function constructor have class 'Object'. |
__ bind(&non_function_constructor); |
- __ LoadRoot(v0, Heap::kfunction_class_symbolRootIndex); |
+ __ LoadRoot(v0, Heap::kObject_symbolRootIndex); |
__ jmp(&done); |
// Non-JS objects have class null. |