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