Chromium Code Reviews| Index: runtime/vm/raw_object.h |
| =================================================================== |
| --- runtime/vm/raw_object.h (revision 33688) |
| +++ runtime/vm/raw_object.h (working copy) |
| @@ -592,7 +592,6 @@ |
| kMethodExtractor, // converts method into implicit closure on the receiver. |
| kNoSuchMethodDispatcher, // invokes noSuchMethod. |
| kInvokeFieldDispatcher, // invokes a field as a closure. |
| - kInvokeClosureDispatcher // invokes this as a closure (implements .call) |
| }; |
| private: |