[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:
parent
e6dca379b6
commit
609d7958ba
@ -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_; }
|
||||
|
Loading…
Reference in New Issue
Block a user