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

Unified Diff: src/typing-reset.h

Issue 1318823010: Eliminate use of CompilationInfo in several AstVisitor descendants. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: revised Created 5 years, 4 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/typing.cc ('k') | src/typing-reset.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/typing-reset.h
diff --git a/src/typing-reset.h b/src/typing-reset.h
index 7d87dc0f50c873393b039a062b014935010e579d..b809eb21618084ea8475bba2566cfb4b498c8e82 100644
--- a/src/typing-reset.h
+++ b/src/typing-reset.h
@@ -15,7 +15,7 @@ namespace internal {
class TypingReseter : public AstExpressionVisitor {
public:
- explicit TypingReseter(CompilationInfo* info);
+ TypingReseter(Isolate* isolate, Zone* zone, FunctionLiteral* root);
protected:
void VisitExpression(Expression* expression) override;
« no previous file with comments | « src/typing.cc ('k') | src/typing-reset.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698