Chromium Code Reviews| Index: runtime/vm/token.h |
| =================================================================== |
| --- runtime/vm/token.h (revision 8171) |
| +++ runtime/vm/token.h (working copy) |
| @@ -270,6 +270,7 @@ |
| // Returns kILLEGAL if 'name' does not match a BinaryOp. |
| static Token::Kind GetBinaryOp(const String& name); |
| + static Token::Kind GetUnaryOp(const String& name); |
| private: |
| static const char* name_[]; |