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

Unified Diff: src/typing-reset.h

Issue 1394303008: Remove unused Zone argument from InitializeAstVisitor (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix cctests Created 5 years, 2 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-asm.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 4e589a37d3ece8ff0c7d0fc461db26e9e81a9800..84e51773e70beb8255f23c34b13af56f08f4072b 100644
--- a/src/typing-reset.h
+++ b/src/typing-reset.h
@@ -15,7 +15,7 @@ namespace internal {
class TypingReseter : public AstExpressionVisitor {
public:
- TypingReseter(Isolate* isolate, Zone* zone, FunctionLiteral* root);
+ TypingReseter(Isolate* isolate, FunctionLiteral* root);
protected:
void VisitExpression(Expression* expression) override;
« no previous file with comments | « src/typing-asm.cc ('k') | src/typing-reset.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698