| Index: src/x87/assembler-x87.cc
 | 
| diff --git a/src/x87/assembler-x87.cc b/src/x87/assembler-x87.cc
 | 
| index b7ba0cdf9b7293327faa435c10ed4f6e919a9cfd..d86ed3c1ac72c765d6d8923d579a9487ef9b6d97 100644
 | 
| --- a/src/x87/assembler-x87.cc
 | 
| +++ b/src/x87/assembler-x87.cc
 | 
| @@ -82,9 +82,9 @@ void Displacement::init(Label* L, Type type) {
 | 
|  
 | 
|  
 | 
|  const int RelocInfo::kApplyMask =
 | 
| -  RelocInfo::kCodeTargetMask | 1 << RelocInfo::RUNTIME_ENTRY |
 | 
| +    RelocInfo::kCodeTargetMask | 1 << RelocInfo::RUNTIME_ENTRY |
 | 
|      1 << RelocInfo::JS_RETURN | 1 << RelocInfo::INTERNAL_REFERENCE |
 | 
| -    1 << RelocInfo::DEBUG_BREAK_SLOT | 1 << RelocInfo::CODE_AGE_SEQUENCE;
 | 
| +    1 << RelocInfo::CODE_AGE_SEQUENCE | RelocInfo::kDebugBreakSlotMask;
 | 
|  
 | 
|  
 | 
|  bool RelocInfo::IsCodedSpecially() {
 | 
| 
 |