summaryrefslogtreecommitdiff
path: root/Tools/TestWebKitAPI/Tests/WebKit2/CanHandleRequest_Bundle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/TestWebKitAPI/Tests/WebKit2/CanHandleRequest_Bundle.cpp')
-rw-r--r--Tools/TestWebKitAPI/Tests/WebKit2/CanHandleRequest_Bundle.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/Tools/TestWebKitAPI/Tests/WebKit2/CanHandleRequest_Bundle.cpp b/Tools/TestWebKitAPI/Tests/WebKit2/CanHandleRequest_Bundle.cpp
index 590615e8c..5f66b537a 100644
--- a/Tools/TestWebKitAPI/Tests/WebKit2/CanHandleRequest_Bundle.cpp
+++ b/Tools/TestWebKitAPI/Tests/WebKit2/CanHandleRequest_Bundle.cpp
@@ -24,13 +24,10 @@
*/
#include "config.h"
-
-#if WK_HAVE_C_SPI
-
#include "InjectedBundleTest.h"
#include "PlatformUtilities.h"
-#include <WebKit/WKBundlePage.h>
+#include <WebKit2/WKBundlePage.h>
namespace TestWebKitAPI {
@@ -68,5 +65,3 @@ void CanHandleRequestTest::didReceiveMessage(WKBundleRef bundle, WKStringRef mes
}
} // namespace TestWebKitAPI
-
-#endif