Index: src/crankshaft/hydrogen.h |
diff --git a/src/crankshaft/hydrogen.h b/src/crankshaft/hydrogen.h |
index 649047e896e22d5443124a4cfc98d2385e90c923..96c94e4fa392f98c8843983bcb14a764d13e848c 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_; } |