| Index: src/arm64/lithium-arm64.h
 | 
| diff --git a/src/arm64/lithium-arm64.h b/src/arm64/lithium-arm64.h
 | 
| index e60dc0509aa21816a6f3f64ea464490c826bc52f..9422f9e306329010be36207d71bea3a1d203c60e 100644
 | 
| --- a/src/arm64/lithium-arm64.h
 | 
| +++ b/src/arm64/lithium-arm64.h
 | 
| @@ -2999,6 +2999,9 @@ class LChunkBuilder V8_FINAL : public LChunkBuilderBase {
 | 
|  
 | 
|    void Abort(BailoutReason reason);
 | 
|  
 | 
| +  // Methods for code dependencies.
 | 
| +  void AddDeprecationDependency(Handle<Map> map);
 | 
| +
 | 
|    // Methods for getting operands for Use / Define / Temp.
 | 
|    LUnallocated* ToUnallocated(Register reg);
 | 
|    LUnallocated* ToUnallocated(DoubleRegister reg);
 | 
| 
 |