Index: test/cctest/test-debug.cc |
diff --git a/test/cctest/test-debug.cc b/test/cctest/test-debug.cc |
index ba04df966a9cdffb59a9e6f125ea95f5340bae63..048de0b1c2c3ca2f9c8e917722bfe411bcf1a372 100644 |
--- a/test/cctest/test-debug.cc |
+++ b/test/cctest/test-debug.cc |
@@ -4698,7 +4698,7 @@ TEST(NoHiddenProperties) { |
// The Wait() call blocks a thread until it is called for the Nth time, then all |
// calls return. Each ThreadBarrier object can only be used once. |
template <int N> |
-class ThreadBarrier V8_FINAL { |
+class ThreadBarrier FINAL { |
public: |
ThreadBarrier() : num_blocked_(0) {} |