Index: src/ppc/code-stubs-ppc.h |
diff --git a/src/ppc/code-stubs-ppc.h b/src/ppc/code-stubs-ppc.h |
index ef4bdce5d161a56db6a02ac692a3ccce9929356c..d394171d896ac97012a8a5659b3a1e105b47b7a0 100644 |
--- a/src/ppc/code-stubs-ppc.h |
+++ b/src/ppc/code-stubs-ppc.h |
@@ -127,8 +127,8 @@ class RecordWriteStub : public PlatformCodeStub { |
} |
static void Patch(Code* stub, Mode mode) { |
- MacroAssembler masm(NULL, stub->instruction_start(), |
- stub->instruction_size()); |
+ MacroAssembler masm(stub->GetIsolate(), stub->instruction_start(), |
+ stub->instruction_size(), CodeObjectRequired::kNo); |
switch (mode) { |
case STORE_BUFFER_ONLY: |
DCHECK(GetMode(stub) == INCREMENTAL || |