| Index: src/full-codegen/x64/full-codegen-x64.cc
|
| diff --git a/src/full-codegen/x64/full-codegen-x64.cc b/src/full-codegen/x64/full-codegen-x64.cc
|
| index d65ab33ebc31764e225cf9c5a40f5e085b573e42..5cf4ce01d4f876827bf0069d30eb28732c4d5711 100644
|
| --- a/src/full-codegen/x64/full-codegen-x64.cc
|
| +++ b/src/full-codegen/x64/full-codegen-x64.cc
|
| @@ -606,7 +606,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(equal, if_true, if_false, fall_through);
|
|
|