Chromium Code Reviews| Index: runtime/vm/intermediate_language.h |
| =================================================================== |
| --- runtime/vm/intermediate_language.h (revision 34449) |
| +++ runtime/vm/intermediate_language.h (working copy) |
| @@ -2974,7 +2974,7 @@ |
| return instance_call()->PushArgumentAt(index); |
| } |
| - bool HasRecognizedTarget() const; |
| + bool HasSingleRecognizedTarget() const; |
| virtual intptr_t CallCount() const { return ic_data().AggregateCount(); } |