| Index: src/mips64/interface-descriptors-mips64.cc
 | 
| diff --git a/src/mips64/interface-descriptors-mips64.cc b/src/mips64/interface-descriptors-mips64.cc
 | 
| index 4caf3488154bdbdfdf7d556164e9b476fc148a3c..8eb73134dbcf1a0a852c850b2959f708e280a6f0 100644
 | 
| --- a/src/mips64/interface-descriptors-mips64.cc
 | 
| +++ b/src/mips64/interface-descriptors-mips64.cc
 | 
| @@ -67,6 +67,8 @@ const Register MathPowIntegerDescriptor::exponent() {
 | 
|  const Register GrowArrayElementsDescriptor::ObjectRegister() { return a0; }
 | 
|  const Register GrowArrayElementsDescriptor::KeyRegister() { return a3; }
 | 
|  
 | 
| +const Register HasPropertyDescriptor::ObjectRegister() { return a0; }
 | 
| +const Register HasPropertyDescriptor::KeyRegister() { return a3; }
 | 
|  
 | 
|  void FastNewClosureDescriptor::InitializePlatformSpecific(
 | 
|      CallInterfaceDescriptorData* data) {
 | 
| 
 |