Index: src/x64/code-stubs-x64.cc |
diff --git a/src/x64/code-stubs-x64.cc b/src/x64/code-stubs-x64.cc |
index d2ed601a0084709b4ccfff0388227e6a2d9c8a57..627ad53f7c3938f813b4aaa636867e28216863d0 100644 |
--- a/src/x64/code-stubs-x64.cc |
+++ b/src/x64/code-stubs-x64.cc |
@@ -3435,7 +3435,7 @@ void ICCompareStub::GenerateGeneric(MacroAssembler* masm) { |
__ bind(&check_for_nan); |
} |
- // Test for NaN. Sadly, we can't just compare to FACTORY->nan_value(), |
+ // Test for NaN. Sadly, we can't just compare to Factory::nan_value(), |
// so we do the second best thing - test it ourselves. |
Label heap_number; |
// If it's not a heap number, then return equal for (in)equality operator. |
@@ -4391,7 +4391,7 @@ void InstanceofStub::Generate(MacroAssembler* masm) { |
static const int kOffsetToResultValue = 18; |
// The last 4 bytes of the instruction sequence |
// movq(rdi, FieldOperand(rax, HeapObject::kMapOffset)) |
- // Move(kScratchRegister, FACTORY->the_hole_value()) |
+ // Move(kScratchRegister, Factory::the_hole_value()) |
// in front of the hole value address. |
static const unsigned int kWordBeforeMapCheckValue = 0xBA49FF78; |
// The last 4 bytes of the instruction sequence |