Index: src/x64/assembler-x64.cc |
diff --git a/src/x64/assembler-x64.cc b/src/x64/assembler-x64.cc |
index d700cc585044f67038202ac7503d60218e4d6c24..d90655b095b13f1875afaa9ba2c5ef592ba3dd9a 100644 |
--- a/src/x64/assembler-x64.cc |
+++ b/src/x64/assembler-x64.cc |
@@ -2941,9 +2941,7 @@ bool Assembler::WriteRecordedPositions() { |
const int RelocInfo::kApplyMask = RelocInfo::kCodeTargetMask | |
- 1 << RelocInfo::INTERNAL_REFERENCE | |
- 1 << RelocInfo::JS_RETURN | |
- 1 << RelocInfo::DEBUG_BREAK_SLOT; |
+ 1 << RelocInfo::INTERNAL_REFERENCE; |
bool RelocInfo::IsCodedSpecially() { |