Chromium Code Reviews| Index: runtime/vm/object.cc |
| =================================================================== |
| --- runtime/vm/object.cc (revision 24189) |
| +++ runtime/vm/object.cc (working copy) |
| @@ -4701,6 +4701,9 @@ |
| case RawFunction::kMethodExtractor: |
| kind_str = " method-extractor"; |
| break; |
| + case RawFunction::kNoSuchMethodDispatcher: |
| + kind_str = " no-such-method-dispatcher"; |
| + break; |
| default: |
| UNREACHABLE(); |
| } |