Chromium Code Reviews| Index: runtime/vm/instructions_mips.cc |
| =================================================================== |
| --- runtime/vm/instructions_mips.cc (revision 24207) |
| +++ runtime/vm/instructions_mips.cc (working copy) |
| @@ -129,7 +129,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; |