Index: src/x64/assembler-x64.h |
diff --git a/src/x64/assembler-x64.h b/src/x64/assembler-x64.h |
index f611e49bb17ac44344fa698d60766ade8c7ede53..177fb48dedf845c3ba216c9efa227fb39791c2ee 100644 |
--- a/src/x64/assembler-x64.h |
+++ b/src/x64/assembler-x64.h |
@@ -1993,7 +1993,7 @@ class Assembler : public AssemblerBase { |
UNREACHABLE(); |
} |
- void RecordProtectedInstruction(int pc_offset, byte* landing_offset); |
+ void RecordProtectedInstructionLanding(int pc_offset); |
// Writes a single word of data in the code stream. |
// Used for inline tables, e.g., jump-tables. |