Chromium Code Reviews| Index: src/parser.h |
| diff --git a/src/parser.h b/src/parser.h |
| index 1a84ec4157aff1210e7a8aeb2458d6d4cd91a2e8..2b0a4d92211a4e119f15e36164ad1aaf3cdd7432 100644 |
| --- a/src/parser.h |
| +++ b/src/parser.h |
| @@ -869,6 +869,7 @@ class Parser : public ParserBase<ParserTraits> { |
| private: |
| friend class ParserTraits; |
| + class PatternRewriter; |
| // Limit the allowed number of local variables in a function. The hard limit |
| // is that offsets computed by FullCodeGenerator::StackOperand and similar |