summaryrefslogtreecommitdiffstats
path: root/Tools/TestWebKitAPI/PlatformUtilities.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/TestWebKitAPI/PlatformUtilities.h')
-rw-r--r--Tools/TestWebKitAPI/PlatformUtilities.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/TestWebKitAPI/PlatformUtilities.h b/Tools/TestWebKitAPI/PlatformUtilities.h
index 219a5dc..a682545 100644
--- a/Tools/TestWebKitAPI/PlatformUtilities.h
+++ b/Tools/TestWebKitAPI/PlatformUtilities.h
@@ -43,6 +43,7 @@ WKContextRef createContextForInjectedBundleTest(const std::string&, WKTypeRef us
WKStringRef createInjectedBundlePath();
WKURLRef createURLForResource(const char* resource, const char* extension);
WKURLRef URLForNonExistentResource();
+WKRetainPtr<WKStringRef> MIMETypeForWKURLResponse(WKURLResponseRef);
bool isKeyDown(WKNativeEventPtr);