https://bugs.webkit.org/show_bug.cgi?id=116585
Reviewed by Alexey Proskuryakov.
willLoadURLRequest and willLoadDataRequest require the API version 6.
* TestWebKitAPI/Tests/WebKit2/WillLoad_Bundle.cpp:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@150493
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2013-05-21 Ryosuke Niwa <rniwa@webkit.org>
+
+ REGRESSION(r150369): WebKit2WillLoadTest tests are failing
+ https://bugs.webkit.org/show_bug.cgi?id=116585
+
+ Reviewed by Alexey Proskuryakov.
+
+ willLoadURLRequest and willLoadDataRequest require the API version 6.
+
+ * TestWebKitAPI/Tests/WebKit2/WillLoad_Bundle.cpp:
+
2013-05-21 Ryosuke Niwa <rniwa@webkit.org>
REGRESSION(r150393): editing/inserting/typing-at-end-of-line.html fails
WKBundlePageLoaderClient pageLoaderClient;
memset(&pageLoaderClient, 0, sizeof(pageLoaderClient));
- pageLoaderClient.version = 5;
+ pageLoaderClient.version = 6;
pageLoaderClient.clientInfo = this;
pageLoaderClient.willLoadURLRequest = willLoadURLRequest;
pageLoaderClient.willLoadDataRequest = willLoadDataRequest;