| Index: src/rewriter.cc
|
| diff --git a/src/rewriter.cc b/src/rewriter.cc
|
| index d5f7527aed3035693221beb156d2fc5867108cd8..6541546cb6023f8a72e918b83952dacd46b5e8c0 100644
|
| --- a/src/rewriter.cc
|
| +++ b/src/rewriter.cc
|
| @@ -230,8 +230,8 @@ EXPRESSION_NODE_LIST(DEF_VISIT)
|
| #undef DEF_VISIT
|
|
|
|
|
| -// Assumes code has been parsed and scopes have been analyzed. Mutates the
|
| -// AST, so the AST should not continue to be used in the case of failure.
|
| +// Assumes code has been parsed. Mutates the AST, so the AST should not
|
| +// continue to be used in the case of failure.
|
| bool Rewriter::Rewrite(CompilationInfo* info) {
|
| FunctionLiteral* function = info->function();
|
| ASSERT(function != NULL);
|
|
|