[cleanup] add missing #undef SCANNER_ACCESSORS to parser-base.h

BUG=

Review URL: https://codereview.chromium.org/1819813003

Cr-Commit-Position: refs/heads/master@{#34963}
This commit is contained in:
caitpotter88 2016-03-21 12:23:48 -07:00 committed by Commit bot
parent e6dca379b6
commit 609d7958ba

View File

@ -140,6 +140,8 @@ class ParserBase : public Traits {
ALLOW_ACCESSORS(harmony_function_name);
ALLOW_ACCESSORS(harmony_function_sent);
SCANNER_ACCESSORS(harmony_exponentiation_operator);
#undef SCANNER_ACCESSORS
#undef ALLOW_ACCESSORS
uintptr_t stack_limit() const { return stack_limit_; }