diff options
Diffstat (limited to 'WebKitTools/TestWebKitAPI/InjectedBundleMain.cpp')
-rw-r--r-- | WebKitTools/TestWebKitAPI/InjectedBundleMain.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebKitTools/TestWebKitAPI/InjectedBundleMain.cpp b/WebKitTools/TestWebKitAPI/InjectedBundleMain.cpp index 8f9e8ad..355c35b 100644 --- a/WebKitTools/TestWebKitAPI/InjectedBundleMain.cpp +++ b/WebKitTools/TestWebKitAPI/InjectedBundleMain.cpp @@ -31,7 +31,7 @@ extern "C" __declspec(dllexport) #else extern "C" #endif -void WKBundleInitialize(WKBundleRef bundle) +void WKBundleInitialize(WKBundleRef bundle, WKTypeRef initializationUserData) { - TestWebKitAPI::InjectedBundleController::shared().initialize(bundle); + TestWebKitAPI::InjectedBundleController::shared().initialize(bundle, initializationUserData); } |