RESOLVED FIXED 27650
ChromeClient::maxAppCacheSize() method was left accidentally in WebKit/qt/ChromeClientQt.h
https://bugs.webkit.org/show_bug.cgi?id=27650
Summary ChromeClient::maxAppCacheSize() method was left accidentally in WebKit/qt/Chr...
Andrei Popescu
Reported 2009-07-24 05:14:30 PDT
ChromeClient::maxAppCacheSize() method was left accidentally in WebKit/qt/ChromeClientQt.h after changeset http://trac.webkit.org/changeset/46344 was landed. This method does not belong to the ChromeClient. Instead, the void ApplicationCacheStorage::setMaximumSize(int64_t size) should be used to enforce a maximum size for the application cache database file.
Attachments
Remove the ChromeClient::maxAppCacheSize() method in WebKit/mac/WebCoreSupport/ChromeClientQt.h (1.23 KB, patch)
2009-07-24 05:19 PDT, Andrei Popescu
no flags
Andrei Popescu
Comment 1 2009-07-24 05:19:47 PDT
Created attachment 33429 [details] Remove the ChromeClient::maxAppCacheSize() method in WebKit/mac/WebCoreSupport/ChromeClientQt.h
Kenneth Rohde Christiansen
Comment 2 2009-07-24 06:52:50 PDT
Fix landed in 46352, please close.
Note You need to log in before you can comment on or make changes to this bug.