Index: src/crankshaft/hydrogen.h |
diff --git a/src/crankshaft/hydrogen.h b/src/crankshaft/hydrogen.h |
index fbcfbd53d94bdcea463646fbb802e4b68ae0ebf9..5295eabfa95c814363697e65effb64b627f64aa8 100644 |
--- a/src/crankshaft/hydrogen.h |
+++ b/src/crankshaft/hydrogen.h |
@@ -2116,7 +2116,7 @@ class HOptimizedGraphBuilder : public HGraphBuilder, |
FunctionState* function_state() const { return function_state_; } |
- void VisitDeclarations(ZoneList<Declaration*>* declarations); |
+ void VisitDeclarations(Declaration::List* declarations); |
AstTypeBounds* bounds() { return &bounds_; } |