RESOLVED FIXED 118679
NetworkStorageSession::createDefaultSession is only implemented by Soup
https://bugs.webkit.org/show_bug.cgi?id=118679
Summary NetworkStorageSession::createDefaultSession is only implemented by Soup
Alexey Proskuryakov
Reported 2013-07-15 10:36:08 PDT
NetworkStorageSession::createDefaultSession() is declared a cross-platform function, but it is only implemented or used by Soup. Can you please fix this? I suspect that it is just incorrect, as there is only one default session, which is returned by defaultStorageSession().
Attachments
Patch (4.75 KB, patch)
2013-07-15 16:19 PDT, Kwang Yul Seo
no flags
Kwang Yul Seo
Comment 1 2013-07-15 15:30:17 PDT
(In reply to comment #0) > NetworkStorageSession::createDefaultSession() is declared a cross-platform function, but it is only implemented or used by Soup. > > Can you please fix this? I suspect that it is just incorrect, as there is only one default session, which is returned by defaultStorageSession(). Currently, only _ewk_view_priv_new in WebKit/efl/ewk/ewk_view.cpp uses this method. This is incorrect because we already have defaultStorageSession(). I will fix it.
Kwang Yul Seo
Comment 2 2013-07-15 16:19:56 PDT
Kwang Yul Seo
Comment 3 2013-07-15 16:40:45 PDT
Comment on attachment 206699 [details] Patch Clearing flags on attachment: 206699 Committed r152672: <http://trac.webkit.org/changeset/152672>
Kwang Yul Seo
Comment 4 2013-07-15 16:40:51 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.