Index: src/arm/code-stubs-arm.cc |
diff --git a/src/arm/code-stubs-arm.cc b/src/arm/code-stubs-arm.cc |
index 20d4da5e7f64d08c1e7812839d51b36e00c87bbc..d8850b264218b9dd71152b9d828a42dd7b1bfe9f 100644 |
--- a/src/arm/code-stubs-arm.cc |
+++ b/src/arm/code-stubs-arm.cc |
@@ -658,7 +658,7 @@ static void EmitIdenticalObjectComparison(MacroAssembler* masm, |
__ cmp(r0, r1); |
__ b(ne, ¬_identical); |
- // 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. |
// They are both equal and they are not both Smis so both of them are not |
// Smis. If it's not a heap number, then return equal. |