Index: src/preparser.h |
diff --git a/src/preparser.h b/src/preparser.h |
index 8a932582586ed15b6b5b886ccecbe6933ee6d7e1..ec7018be9fff4268f4290d7154320159bdcc8974 100644 |
--- a/src/preparser.h |
+++ b/src/preparser.h |
@@ -75,8 +75,8 @@ class ParserBase : public Traits { |
fni_(NULL), |
log_(log), |
mode_(PARSE_EAGERLY), // Lazy mode must be set explicitly. |
- scanner_(scanner), |
stack_limit_(stack_limit), |
+ scanner_(scanner), |
stack_overflow_(false), |
allow_lazy_(false), |
allow_natives_syntax_(false), |
@@ -558,10 +558,10 @@ class ParserBase : public Traits { |
FuncNameInferrer* fni_; |
ParserRecorder* log_; |
Mode mode_; |
+ uintptr_t stack_limit_; |
private: |
Scanner* scanner_; |
- uintptr_t stack_limit_; |
bool stack_overflow_; |
bool allow_lazy_; |