| Index: src/ia32/assembler-ia32.cc
 | 
| diff --git a/src/ia32/assembler-ia32.cc b/src/ia32/assembler-ia32.cc
 | 
| index 9066788b1f14924efc178954f4a66c9fb8d6e5f7..07ac879f9bfb8243e86dc74ad24a9803334ac330 100644
 | 
| --- a/src/ia32/assembler-ia32.cc
 | 
| +++ b/src/ia32/assembler-ia32.cc
 | 
| @@ -168,9 +168,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() {
 | 
| 
 |