Index: Source/platform/testing/RunAllTests.cpp |
diff --git a/Source/platform/testing/RunAllTests.cpp b/Source/platform/testing/RunAllTests.cpp |
index 3bf93134489d106883adea56646b5b096afa178a..a22b9a5198a82ab347aa80deb3067e14ea5408ac 100644 |
--- a/Source/platform/testing/RunAllTests.cpp |
+++ b/Source/platform/testing/RunAllTests.cpp |
@@ -35,6 +35,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> |