Chromium Code Reviews| Index: runtime/vm/code_patcher.h |
| =================================================================== |
| --- runtime/vm/code_patcher.h (revision 24207) |
| +++ runtime/vm/code_patcher.h (working copy) |
| @@ -53,8 +53,7 @@ |
| // non-NULL. |
| static uword GetInstanceCallAt(uword return_address, |
| const Code& code, |
| - ICData* ic_data, |
| - Array* arguments_descriptor); |
| + ICData* ic_data); |
| // Return the arguments descriptor array of the closure call |
| // before the given return address. |