| Index: src/rewriter.h
|
| diff --git a/src/rewriter.h b/src/rewriter.h
|
| index 0423802bade5dff19c838bcdcb249b2cc39e78fb..b283a55ce004de857c37cfa415b4a66fd5b394b2 100644
|
| --- a/src/rewriter.h
|
| +++ b/src/rewriter.h
|
| @@ -8,7 +8,7 @@
|
| namespace v8 {
|
| namespace internal {
|
|
|
| -class CompilationInfo;
|
| +class ParseInfo;
|
|
|
| class Rewriter {
|
| public:
|
| @@ -18,7 +18,7 @@ class Rewriter {
|
| //
|
| // 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.
|
| - static bool Rewrite(CompilationInfo* info);
|
| + static bool Rewrite(ParseInfo* info);
|
| };
|
|
|
|
|
|
|