Index: src/compiler/graph-reducer.cc |
diff --git a/src/compiler/graph-reducer.cc b/src/compiler/graph-reducer.cc |
index 2a60b49d91d4c6fcc82e64cb8a009f0b2b6f3c32..794348a935f769fa7432971c322264905967f2fc 100644 |
--- a/src/compiler/graph-reducer.cc |
+++ b/src/compiler/graph-reducer.cc |
@@ -72,7 +72,7 @@ void GraphReducer::ReduceNode(Node* node) { |
// A helper class to reuse the node traversal algorithm. |
-struct GraphReducerVisitor V8_FINAL : public NullNodeVisitor { |
+struct GraphReducerVisitor FINAL : public NullNodeVisitor { |
explicit GraphReducerVisitor(GraphReducer* reducer) : reducer_(reducer) {} |
GenericGraphVisit::Control Post(Node* node) { |
reducer_->ReduceNode(node); |