Chromium Code Reviews| Index: runtime/vm/stub_code.h |
| =================================================================== |
| --- runtime/vm/stub_code.h (revision 39693) |
| +++ runtime/vm/stub_code.h (working copy) |
| @@ -51,7 +51,7 @@ |
| // embedded objects and hence cannot be shared across isolates. |
| #define STUB_CODE_LIST(V) \ |
| V(AllocateArray) \ |
| - V(CallNoSuchMethodFunction) \ |
| + V(CallClosureNoSuchMethod) \ |
| V(AllocateContext) \ |
| V(UpdateStoreBuffer) \ |
| V(OneArgCheckInlineCache) \ |