Chromium Code Reviews| Index: src/parsing/parser.h |
| diff --git a/src/parsing/parser.h b/src/parsing/parser.h |
| index 6abf5da134c291ef5eb680c55f1b29ce82d95008..bfed5f347106058805edcb316be7a7f5d7059ab8 100644 |
| --- a/src/parsing/parser.h |
| +++ b/src/parsing/parser.h |
| @@ -677,8 +677,6 @@ class ParserTraits { |
| Expression* RewriteYieldStar( |
| Expression* generator, Expression* expression, int pos); |
| - Expression* RewriteInstanceof(Expression* lhs, Expression* rhs, int pos); |
| - |
| private: |
| Parser* parser_; |