RESOLVED FIXED 155463
[WinCairo] Compile fix.
https://bugs.webkit.org/show_bug.cgi?id=155463
Summary [WinCairo] Compile fix.
peavo
Reported 2016-03-14 14:15:28 PDT
We need to provide a session id when constructing a NetworkStorageSession object.
Attachments
Patch (1.36 KB, patch)
2016-03-14 14:22 PDT, peavo
no flags
Patch (3.60 KB, patch)
2016-03-14 15:57 PDT, peavo
achristensen: review+
peavo
Comment 1 2016-03-14 14:22:03 PDT
Alex Christensen
Comment 2 2016-03-14 14:31:54 PDT
Is there a way we could use the same LOCAL_SESSION definition as everyone else in WinCairo?
peavo
Comment 3 2016-03-14 14:51:17 PDT
(In reply to comment #2) > Is there a way we could use the same LOCAL_SESSION definition as everyone > else in WinCairo? Yes, I think so. I will look into it :)
peavo
Comment 4 2016-03-14 15:57:16 PDT
Alex Christensen
Comment 5 2016-03-14 21:51:26 PDT
Comment on attachment 274045 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=274045&action=review Ahhh, that feels so much better. > Source/WebCore/loader/CookieJar.cpp:56 > #define LOCAL_SESSION(document) NetworkStorageSession& session = storageSession(document); We could probably even get rid of this, too. auto session = storageSession(document)
Alex Christensen
Comment 6 2016-03-14 21:59:51 PDT
Alex Christensen
Comment 7 2016-03-14 22:26:06 PDT
Alex Christensen
Comment 8 2016-03-14 22:32:51 PDT
peavo
Comment 9 2016-03-15 09:57:23 PDT
Thank you!
Note You need to log in before you can comment on or make changes to this bug.