Index: src/compiler/graph-reducer.h |
diff --git a/src/compiler/graph-reducer.h b/src/compiler/graph-reducer.h |
index 028ea7c42620d49336880a5327ce5797f5e0564b..e0e4f7a3d30b14b53f246efe8b3f5d221be17052 100644 |
--- a/src/compiler/graph-reducer.h |
+++ b/src/compiler/graph-reducer.h |
@@ -17,7 +17,7 @@ class Node; |
// Represents the result of trying to reduce a node in the graph. |
-class Reduction V8_FINAL { |
+class Reduction FINAL { |
public: |
explicit Reduction(Node* replacement = NULL) : replacement_(replacement) {} |
@@ -53,7 +53,7 @@ class Reducer { |
// Performs an iterative reduction of a node graph. |
-class GraphReducer V8_FINAL { |
+class GraphReducer FINAL { |
public: |
explicit GraphReducer(Graph* graph); |