Index: Source/platform/heap/RunAllTests.cpp |
diff --git a/Source/platform/heap/RunAllTests.cpp b/Source/platform/heap/RunAllTests.cpp |
index 17607c20e6d50d992dbd8a676d5c0b3108322e53..f5dcacd96cd7c28678034d144c692126e8bbabd9 100644 |
--- a/Source/platform/heap/RunAllTests.cpp |
+++ b/Source/platform/heap/RunAllTests.cpp |
@@ -34,6 +34,10 @@ |
#include "wtf/CryptographicallyRandomNumber.h" |
#include "wtf/MainThread.h" |
#include "wtf/WTF.h" |
+ |
+// TODO(thakis): Remove after https://codereview.chromium.org/224763005/ |
+#undef FINAL |
+ |
#include <base/test/test_suite.h> |
#include <string.h> |