Commit 609d7958 authored by caitpotter88's avatar caitpotter88 Committed by Commit bot

[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}
parent e6dca379
......@@ -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_; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment