Index: src/compiler/common-node-cache.h |
diff --git a/src/compiler/common-node-cache.h b/src/compiler/common-node-cache.h |
index 2b0ac0b6e2bf9e218dc421efcdca83c234891319..95241bc085f1bfc6b2dc877551673b500b286457 100644 |
--- a/src/compiler/common-node-cache.h |
+++ b/src/compiler/common-node-cache.h |
@@ -13,7 +13,7 @@ namespace internal { |
namespace compiler { |
// Bundles various caches for common nodes. |
-class CommonNodeCache V8_FINAL : public ZoneObject { |
+class CommonNodeCache FINAL : public ZoneObject { |
public: |
explicit CommonNodeCache(Zone* zone) : zone_(zone) {} |