Chromium Code Reviews| Index: src/compiler.cc | 
| diff --git a/src/compiler.cc b/src/compiler.cc | 
| index ef27b81038f0784a85dcd4de9f998b265b41edb5..fed77d8f56e02d0d3d26c33d9d6646385c704eff 100644 | 
| --- a/src/compiler.cc | 
| +++ b/src/compiler.cc | 
| @@ -306,7 +306,6 @@ class HOptimizedGraphBuilderWithPositions: public HOptimizedGraphBuilder { | 
| void Visit##type(type* node) override { \ | 
| HOptimizedGraphBuilder::Visit##type(node); \ | 
| } | 
| - MODULE_NODE_LIST(DEF_VISIT) | 
| DECLARATION_NODE_LIST(DEF_VISIT) | 
| #undef DEF_VISIT | 
| }; |