| Index: src/compiler/pipeline.cc
|
| diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc
|
| index 5515babdcaa5465c22cdb80ebe0bec31c3a63575..2407d0d9ce08a9d8856b25ee237cfa55f261c187 100644
|
| --- a/src/compiler/pipeline.cc
|
| +++ b/src/compiler/pipeline.cc
|
| @@ -302,7 +302,7 @@ class AstGraphBuilderWithPositions : public AstGraphBuilder {
|
| }
|
|
|
| #define DEF_VISIT(type) \
|
| - virtual void Visit##type(type* node) OVERRIDE { \
|
| + void Visit##type(type* node) OVERRIDE { \
|
| SourcePositionTable::Scope pos(source_positions_, \
|
| SourcePosition(node->position())); \
|
| AstGraphBuilder::Visit##type(node); \
|
|
|