| Index: src/arm64/full-codegen-arm64.cc
|
| diff --git a/src/arm64/full-codegen-arm64.cc b/src/arm64/full-codegen-arm64.cc
|
| index 2e63814bd394c7820be34199ec5b909ac9cf89d1..24b10492e1d1eb249b7fe823bd06da3ff82f1516 100644
|
| --- a/src/arm64/full-codegen-arm64.cc
|
| +++ b/src/arm64/full-codegen-arm64.cc
|
| @@ -3015,7 +3015,7 @@ void FullCodeGenerator::EmitClassOf(CallRuntime* expr) {
|
|
|
| // Functions have class 'Function'.
|
| __ Bind(&function);
|
| - __ LoadRoot(x0, Heap::kfunction_class_stringRootIndex);
|
| + __ LoadRoot(x0, Heap::kFunction_stringRootIndex);
|
| __ B(&done);
|
|
|
| // Objects with a non-function constructor have class 'Object'.
|
|
|