| Index: src/x64/code-stubs-x64.h
|
| diff --git a/src/x64/code-stubs-x64.h b/src/x64/code-stubs-x64.h
|
| index c65307a74ecf594a740cbf4b5c73daa5f522e4c5..8d4592b3110ceef4489276c6d0819fd0d72b17ca 100644
|
| --- a/src/x64/code-stubs-x64.h
|
| +++ b/src/x64/code-stubs-x64.h
|
| @@ -401,7 +401,7 @@ class RecordWriteStub: public PlatformCodeStub {
|
| MacroAssembler* masm,
|
| OnNoNeedToInformIncrementalMarker on_no_need,
|
| Mode mode);
|
| - void InformIncrementalMarker(MacroAssembler* masm, Mode mode);
|
| + void InformIncrementalMarker(MacroAssembler* masm);
|
|
|
| Major MajorKey() { return RecordWrite; }
|
|
|
|
|