| Index: runtime/vm/instructions_arm64.h
 | 
| diff --git a/runtime/vm/instructions_arm64.h b/runtime/vm/instructions_arm64.h
 | 
| index 568d57e8ac00e9f0bc24de4c3f2f70107112f868..afcfcbdb93f4a6285ddcf804142f2b2d4c9e029b 100644
 | 
| --- a/runtime/vm/instructions_arm64.h
 | 
| +++ b/runtime/vm/instructions_arm64.h
 | 
| @@ -59,7 +59,6 @@ class CallPattern : public ValueObject {
 | 
|    CallPattern(uword pc, const Code& code);
 | 
|  
 | 
|    RawICData* IcData();
 | 
| -  RawArray* ClosureArgumentsDescriptor();
 | 
|  
 | 
|    uword TargetAddress() const;
 | 
|    void SetTargetAddress(uword target_address) const;
 | 
| @@ -74,11 +73,9 @@ class CallPattern : public ValueObject {
 | 
|    const ObjectPool& object_pool_;
 | 
|  
 | 
|    uword end_;
 | 
| -  uword args_desc_load_end_;
 | 
|    uword ic_data_load_end_;
 | 
|  
 | 
|    intptr_t target_address_pool_index_;
 | 
| -  Array& args_desc_;
 | 
|    ICData& ic_data_;
 | 
|  
 | 
|    DISALLOW_COPY_AND_ASSIGN(CallPattern);
 | 
| 
 |