Index: Source/web/tests/WebUnitTests.cpp |
diff --git a/Source/web/tests/WebUnitTests.cpp b/Source/web/tests/WebUnitTests.cpp |
index bb9caf1f6e2db38d72e7fc5f046232aa66a511d6..37dcc72a9c353aef4e227b36acf2d44127a734ad 100644 |
--- a/Source/web/tests/WebUnitTests.cpp |
+++ b/Source/web/tests/WebUnitTests.cpp |
@@ -31,6 +31,9 @@ |
#include "config.h" |
#include "WebUnitTests.h" |
+// TODO(thakis): Remove after https://codereview.chromium.org/224763005/ |
+#undef FINAL |
+ |
// FIXME: Can we move this to webkit/support and fix the layering violation? |
#include <base/test/test_suite.h> |
#include <gmock/gmock.h> |