summaryrefslogtreecommitdiff
path: root/Source/web/tests/RunAllTests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/web/tests/RunAllTests.cpp')
-rw-r--r--Source/web/tests/RunAllTests.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/web/tests/RunAllTests.cpp b/Source/web/tests/RunAllTests.cpp
index 399cd2e6a..d325c31cc 100644
--- a/Source/web/tests/RunAllTests.cpp
+++ b/Source/web/tests/RunAllTests.cpp
@@ -39,7 +39,7 @@
#include "public/platform/Platform.h"
#include <content/test/webkit_unit_test_support.h>
-#if defined(WEBKIT_DLL_UNITTEST)
+#if defined(BLINK_DLL_UNITTEST)
#include "WebUnitTests.h"
#endif
@@ -51,7 +51,7 @@
// and run inside webkit.dll.
int main(int argc, char** argv)
{
-#if defined(WEBKIT_DLL_UNITTEST)
+#if defined(BLINK_DLL_UNITTEST)
WebKit::InitTestSuite(argc, argv);
content::SetUpTestEnvironmentForWebKitUnitTests();
int result = WebKit::RunAllUnitTests();