Index: src/full-codegen/arm64/full-codegen-arm64.cc |
diff --git a/src/full-codegen/arm64/full-codegen-arm64.cc b/src/full-codegen/arm64/full-codegen-arm64.cc |
index d69e4f2cc5988c4aa88858fd437c6ed98b868579..bc75f4767fdb4d431a01e4f89117e947fc758618 100644 |
--- a/src/full-codegen/arm64/full-codegen-arm64.cc |
+++ b/src/full-codegen/arm64/full-codegen-arm64.cc |
@@ -640,7 +640,7 @@ void FullCodeGenerator::DoTest(Expression* condition, |
Label* if_true, |
Label* if_false, |
Label* fall_through) { |
- Handle<Code> ic = ToBooleanStub::GetUninitialized(isolate()); |
+ Handle<Code> ic = ToBooleanICStub::GetUninitialized(isolate()); |
CallIC(ic, condition->test_id()); |
__ CompareRoot(result_register(), Heap::kTrueValueRootIndex); |
Split(eq, if_true, if_false, fall_through); |