Chromium Code Reviews| Index: src/parsing/parser.h |
| diff --git a/src/parsing/parser.h b/src/parsing/parser.h |
| index 0ae8fb9cd100270fb29be1e1287c15b927420f40..90c815e0401e992291b9fb20d14c9531f0b276fb 100644 |
| --- a/src/parsing/parser.h |
| +++ b/src/parsing/parser.h |
| @@ -1136,6 +1136,8 @@ class V8_EXPORT_PRIVATE Parser : public NON_EXPORTED_BASE(ParserBase<Parser>) { |
| bool allow_lazy_; |
| bool temp_zoned_; |
| ParserLogger* log_; |
| + |
| + PreParsedScopeData* preparsed_scope_data_; |
|
vogelheim
2017/01/25 10:00:18
nitpick: forward-declare PreParsedScopeData?
(It's
marja
2017/01/25 10:21:26
Done.
|
| }; |
| // ---------------------------------------------------------------------------- |