Index: test/cctest/expression-type-collector.h |
diff --git a/test/cctest/expression-type-collector.h b/test/cctest/expression-type-collector.h |
index e9ab36258ecadbd1868c25363e8fc60f2bc28955..dab1f010cd43d4a304b92788ca656dcb4e3a4718 100644 |
--- a/test/cctest/expression-type-collector.h |
+++ b/test/cctest/expression-type-collector.h |
@@ -23,7 +23,7 @@ struct ExpressionTypeEntry { |
class ExpressionTypeCollector : public AstExpressionVisitor { |
public: |
- ExpressionTypeCollector(Isolate* isolate, Zone* zone, FunctionLiteral* root, |
+ ExpressionTypeCollector(Isolate* isolate, FunctionLiteral* root, |
ZoneVector<ExpressionTypeEntry>* dst); |
void Run(); |