| Index: src/mips64/full-codegen-mips64.cc
|
| diff --git a/src/mips64/full-codegen-mips64.cc b/src/mips64/full-codegen-mips64.cc
|
| index c69ceccec7aa2aee2b542d4e0fb3df0335c552ca..b874625b4e329bf268fdbb00646c5da9b8119581 100644
|
| --- a/src/mips64/full-codegen-mips64.cc
|
| +++ b/src/mips64/full-codegen-mips64.cc
|
| @@ -3314,7 +3314,7 @@ void FullCodeGenerator::EmitClassOf(CallRuntime* expr) {
|
|
|
| // Functions have class 'Function'.
|
| __ bind(&function);
|
| - __ LoadRoot(v0, Heap::kfunction_class_stringRootIndex);
|
| + __ LoadRoot(v0, Heap::kFunction_stringRootIndex);
|
| __ jmp(&done);
|
|
|
| // Objects with a non-function constructor have class 'Object'.
|
|
|