| Index: src/preparser.h
|
| diff --git a/src/preparser.h b/src/preparser.h
|
| index b97b7cff60e16ee054f55ac2fb7299a796115472..cb1d5fb4eb7baa65ef4d8c8973cb067796e9ce6d 100644
|
| --- a/src/preparser.h
|
| +++ b/src/preparser.h
|
| @@ -447,7 +447,7 @@ class PreParser {
|
| stack_overflow_(false),
|
| allow_lazy_(true),
|
| parenthesized_function_(false),
|
| - harmony_block_scoping_(scanner->HarmonyBlockScoping()) { }
|
| + harmony_scoping_(scanner->HarmonyScoping()) { }
|
|
|
| // Preparse the program. Only called in PreParseProgram after creating
|
| // the instance.
|
| @@ -608,7 +608,7 @@ class PreParser {
|
| bool stack_overflow_;
|
| bool allow_lazy_;
|
| bool parenthesized_function_;
|
| - bool harmony_block_scoping_;
|
| + bool harmony_scoping_;
|
| };
|
| } } // v8::preparser
|
|
|
|
|