| Index: src/preparser.cc
 | 
| diff --git a/src/preparser.cc b/src/preparser.cc
 | 
| index 04757b379f4a788684b267e95f29acc890430f63..1bdcb85db79b98e3bb9bc8664d72b9ff60a5d19e 100644
 | 
| --- a/src/preparser.cc
 | 
| +++ b/src/preparser.cc
 | 
| @@ -122,7 +122,7 @@ PreParser::PreParseResult PreParser::PreParseLazyFunction(
 | 
|    int start_position = peek_position();
 | 
|    ParseLazyFunctionLiteralBody(&ok, bookmark);
 | 
|    if (bookmark && bookmark->HasBeenReset()) {
 | 
| -    ;  // Do nothing, as we've just aborted scanning this function.
 | 
| +    // Do nothing, as we've just aborted scanning this function.
 | 
|    } else if (stack_overflow()) {
 | 
|      return kPreParseStackOverflow;
 | 
|    } else if (!ok) {
 | 
| 
 |