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