Chromium Code Reviews| Index: src/parsing/parser.h |
| diff --git a/src/parsing/parser.h b/src/parsing/parser.h |
| index 46664caca70abeaa532911d9511f139e7e818bad..3c8d07e6f52d166f31ed287f717a5b3033d0a5c5 100644 |
| --- a/src/parsing/parser.h |
| +++ b/src/parsing/parser.h |
| @@ -578,6 +578,8 @@ class ParserTraits { |
| bool name_is_strict_reserved, int pos, |
| bool* ok); |
| + V8_INLINE void MarkTailPosition(Expression* expression); |
| + |
| V8_INLINE void CheckConflictingVarDeclarations(v8::internal::Scope* scope, |
| bool* ok); |