Index: src/mips/code-stubs-mips.h |
diff --git a/src/mips/code-stubs-mips.h b/src/mips/code-stubs-mips.h |
index b9c1b8b539fd5ddbe83f8e538618b80db900b1b8..751095d8d82920d90ea1ac963bcd0a5245871513 100644 |
--- a/src/mips/code-stubs-mips.h |
+++ b/src/mips/code-stubs-mips.h |
@@ -159,8 +159,8 @@ class RecordWriteStub: public PlatformCodeStub { |
break; |
} |
DCHECK(GetMode(stub) == mode); |
- CpuFeatures::FlushICache(stub->instruction_start(), |
- 4 * Assembler::kInstrSize); |
+ Assembler::FlushICache(stub->GetIsolate(), stub->instruction_start(), |
+ 4 * Assembler::kInstrSize); |
} |
DEFINE_NULL_CALL_INTERFACE_DESCRIPTOR(); |