Chromium Code Reviews| Index: runtime/vm/raw_object.h |
| =================================================================== |
| --- runtime/vm/raw_object.h (revision 24274) |
| +++ runtime/vm/raw_object.h (working copy) |
| @@ -597,7 +597,6 @@ |
| kImplicitSetter, // represents an implicit setter for fields. |
| kConstImplicitGetter, // represents an implicit const getter for fields. |
| kMethodExtractor, // converts method into implicit closure on the receiver. |
| - kNoSuchMethodDispatcher, // invokes noSuchMethod. |
| }; |
| private: |