[webkit-reviews] review granted: [Bug 202094] WebPage::sessionID() does not need to get the sessionID from there WebCore Page : [Attachment 379351] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 22 22:48:50 PDT 2019


youenn fablet <youennf at gmail.com> has granted Chris Dumez <cdumez at apple.com>'s
request for review:
Bug 202094: WebPage::sessionID() does not need to get the sessionID from there
WebCore Page
https://bugs.webkit.org/show_bug.cgi?id=202094

Attachment 379351: Patch

https://bugs.webkit.org/attachment.cgi?id=379351&action=review




--- Comment #2 from youenn fablet <youennf at gmail.com> ---
Comment on attachment 379351
  --> https://bugs.webkit.org/attachment.cgi?id=379351
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=379351&action=review

> Source/WebKit/WebProcess/WebPage/WebPage.h:297
>      bool usesEphemeralSession() const { return
m_page->usesEphemeralSession(); }

Can we fix usesEphemeralSession() as well?


More information about the webkit-reviews mailing list