Chromium Code Reviews| Index: runtime/vm/instructions_arm.cc |
| =================================================================== |
| --- runtime/vm/instructions_arm.cc (revision 24207) |
| +++ runtime/vm/instructions_arm.cc (working copy) |
| @@ -119,7 +119,7 @@ |
| } |
| -RawArray* CallPattern::ArgumentsDescriptor() { |
| +RawArray* CallPattern::ClosureArgumentsDescriptor() { |
| if (args_desc_.IsNull()) { |
| IcData(); // Loading of the ic_data must be decoded first, if not already. |
| Register reg; |