| Index: src/crankshaft/hydrogen.h
|
| diff --git a/src/crankshaft/hydrogen.h b/src/crankshaft/hydrogen.h
|
| index 649047e896e22d5443124a4cfc98d2385e90c923..7118aa6b7012a203d3015c45a145ee34d5b805f3 100644
|
| --- a/src/crankshaft/hydrogen.h
|
| +++ b/src/crankshaft/hydrogen.h
|
| @@ -272,7 +272,6 @@ class HInstructionIterator final BASE_EMBEDDED {
|
| HInstruction* next_;
|
| };
|
|
|
| -
|
| class HLoopInformation final : public ZoneObject {
|
| public:
|
| HLoopInformation(HBasicBlock* loop_header, Zone* zone)
|
| @@ -2326,7 +2325,7 @@ class HOptimizedGraphBuilder : public HGraphBuilder,
|
| void PushArgumentsFromEnvironment(int count);
|
|
|
| void SetUpScope(DeclarationScope* scope);
|
| - void VisitStatements(ZoneList<Statement*>* statements);
|
| + void VisitStatements(ZoneChunkList<Statement*>* statements);
|
|
|
| #define DECLARE_VISIT(type) virtual void Visit##type(type* node);
|
| AST_NODE_LIST(DECLARE_VISIT)
|
|
|