Chromium Code Reviews| Index: src/disassembler.cc |
| =================================================================== |
| --- src/disassembler.cc (revision 4791) |
| +++ src/disassembler.cc (working copy) |
| @@ -246,7 +246,7 @@ |
| if (code->ic_in_loop() == IN_LOOP) { |
| out.AddFormatted(", in_loop"); |
| } |
| - if (kind == Code::CALL_IC) { |
| + if (kind == Code::CALL_IC || kind == Code::KEYED_CALL_IC) { |
| out.AddFormatted(", argc = %d", code->arguments_count()); |
| } |
| } else if (kind == Code::STUB) { |