summaryrefslogtreecommitdiff
path: root/deps/v8/src/rewriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/rewriter.h')
-rw-r--r--deps/v8/src/rewriter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/v8/src/rewriter.h b/deps/v8/src/rewriter.h
index 0423802bad..b283a55ce0 100644
--- a/deps/v8/src/rewriter.h
+++ b/deps/v8/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);
};