Index: src/compiler/pipeline.cc |
diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc |
index ca47b70bef7bc889ec94265b3f68c96ce931f467..ef7aade6107e876aa342f5bf3a6b004b5ced8c8e 100644 |
--- a/src/compiler/pipeline.cc |
+++ b/src/compiler/pipeline.cc |
@@ -87,7 +87,7 @@ class AstGraphBuilderWithPositions : public AstGraphBuilder { |
SourcePositionTable* source_positions) |
: AstGraphBuilder(info, jsgraph), source_positions_(source_positions) {} |
- bool CreateGraph() V8_OVERRIDE { |
+ bool CreateGraph() { |
SourcePositionTable::Scope pos(source_positions_, |
SourcePosition::Unknown()); |
return AstGraphBuilder::CreateGraph(); |