Implement database quota callback to fix storage tests on WebKit2 bot
Created attachment 80018 [details] Patch
Comment on attachment 80018 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=80018&action=review > Tools/WebKitTestRunner/TestController.cpp:107 > +static unsigned long long exceededDatabaseQuota(WKPageRef, WKFrameRef, WKSecurityOriginRef origin, WKStringRef databaseName, WKStringRef, unsigned long long, unsigned long long, unsigned long long, const void*) No need to name origin, I suppose.
Committed r76574: <http://trac.webkit.org/changeset/76574>