| Index: src/x64/assembler-x64.cc
 | 
| diff --git a/src/x64/assembler-x64.cc b/src/x64/assembler-x64.cc
 | 
| index 9ee23bfd72019eba302d1e138e85f7a249617fd8..3bb3865262fdf686369b9ce768e878be26eff794 100644
 | 
| --- a/src/x64/assembler-x64.cc
 | 
| +++ b/src/x64/assembler-x64.cc
 | 
| @@ -3181,6 +3181,12 @@ void Assembler::RecordComment(const char* msg, bool force) {
 | 
|  }
 | 
|  
 | 
|  
 | 
| +void Assembler::PopulateConstantPool(ConstantPoolArray* constant_pool) {
 | 
| +  // No out-of-line constant pool support.
 | 
| +  UNREACHABLE();
 | 
| +}
 | 
| +
 | 
| +
 | 
|  const int RelocInfo::kApplyMask = RelocInfo::kCodeTargetMask |
 | 
|      1 << RelocInfo::RUNTIME_ENTRY |
 | 
|      1 << RelocInfo::INTERNAL_REFERENCE |
 | 
| 
 |