Index: src/arm/full-codegen-arm.cc |
diff --git a/src/arm/full-codegen-arm.cc b/src/arm/full-codegen-arm.cc |
index 2b0491493134f5425720a941a17b9e967e1bd784..b9322b858dd98f0804f76d437b43d9f056170db7 100644 |
--- a/src/arm/full-codegen-arm.cc |
+++ b/src/arm/full-codegen-arm.cc |
@@ -3013,7 +3013,7 @@ void FullCodeGenerator::EmitIsStringWrapperSafeForDefaultValueOf( |
// string "valueOf" the result is false. |
// The use of ip to store the valueOf string assumes that it is not otherwise |
// used in the loop below. |
- __ mov(ip, Operand(FACTORY->value_of_string())); |
+ __ mov(ip, Operand(isolate()->factory()->value_of_string())); |
__ jmp(&entry); |
__ bind(&loop); |
__ ldr(r3, MemOperand(r4, 0)); |