Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1448)

Unified Diff: src/rewriter.h

Issue 974213002: Extract ParseInfo from CompilationInfo. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/preparse-data.cc ('k') | src/rewriter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « src/preparse-data.cc ('k') | src/rewriter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698