| Index: src/ia32/assembler-ia32.cc
 | 
| diff --git a/src/ia32/assembler-ia32.cc b/src/ia32/assembler-ia32.cc
 | 
| index 07ac879f9bfb8243e86dc74ad24a9803334ac330..4bdea5e165ba3063e5703889f9f4b288a8a90448 100644
 | 
| --- a/src/ia32/assembler-ia32.cc
 | 
| +++ b/src/ia32/assembler-ia32.cc
 | 
| @@ -169,8 +169,8 @@ void Displacement::init(Label* L, Type type) {
 | 
|  
 | 
|  const int RelocInfo::kApplyMask =
 | 
|      RelocInfo::kCodeTargetMask | 1 << RelocInfo::RUNTIME_ENTRY |
 | 
| -    1 << RelocInfo::JS_RETURN | 1 << RelocInfo::INTERNAL_REFERENCE |
 | 
| -    1 << RelocInfo::CODE_AGE_SEQUENCE | RelocInfo::kDebugBreakSlotMask;
 | 
| +    1 << RelocInfo::INTERNAL_REFERENCE | 1 << RelocInfo::CODE_AGE_SEQUENCE |
 | 
| +    RelocInfo::kDebugBreakSlotMask;
 | 
|  
 | 
|  
 | 
|  bool RelocInfo::IsCodedSpecially() {
 | 
| 
 |