summaryrefslogtreecommitdiffstats
path: root/WebKitTools/TestWebKitAPI/PlatformUtilities.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKitTools/TestWebKitAPI/PlatformUtilities.h')
-rw-r--r--WebKitTools/TestWebKitAPI/PlatformUtilities.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKitTools/TestWebKitAPI/PlatformUtilities.h b/WebKitTools/TestWebKitAPI/PlatformUtilities.h
index 8ae347c..0e67dfd 100644
--- a/WebKitTools/TestWebKitAPI/PlatformUtilities.h
+++ b/WebKitTools/TestWebKitAPI/PlatformUtilities.h
@@ -35,7 +35,7 @@ namespace Util {
// Runs a platform runloop until the 'done' is true.
void run(bool* done);
-WKContextRef createContextForInjectedBundleTest(const std::string&);
+WKContextRef createContextForInjectedBundleTest(const std::string&, WKTypeRef userData = 0);
WKStringRef createInjectedBundlePath();
WKURLRef createURLForResource(const char* resource, const char* extension);