Chromium Code Reviews| Index: runtime/vm/instructions_arm.h |
| =================================================================== |
| --- runtime/vm/instructions_arm.h (revision 24207) |
| +++ runtime/vm/instructions_arm.h (working copy) |
| @@ -20,7 +20,7 @@ |
| CallPattern(uword pc, const Code& code); |
| RawICData* IcData(); |
| - RawArray* ArgumentsDescriptor(); |
| + RawArray* ClosureArgumentsDescriptor(); |
| uword TargetAddress() const; |
| void SetTargetAddress(uword target_address) const; |