WebKit Bugzilla
Attachment 358511 Details for
Bug 193203
: [Win] Compile error: 'setAgeCapForClientSideCookies': is not a member of 'WebCore::NetworkStorageSession
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-193203-20190107211427.patch (text/plain), 1.41 KB, created by
Per Arne Vollan
on 2019-01-07 12:14:27 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Per Arne Vollan
Created:
2019-01-07 12:14:27 PST
Size:
1.41 KB
patch
obsolete
>Index: Source/WebCore/ChangeLog >=================================================================== >--- Source/WebCore/ChangeLog (revision 239689) >+++ Source/WebCore/ChangeLog (working copy) >@@ -1,3 +1,14 @@ >+2019-01-07 Per Arne Vollan <pvollan@apple.com> >+ >+ [Win] Compile error: 'setAgeCapForClientSideCookies': is not a member of 'WebCore::NetworkStorageSession >+ https://bugs.webkit.org/show_bug.cgi?id=193203 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ Protect implementation with same macro protecting the declaration of the method. >+ >+ * platform/network/NetworkStorageSession.cpp: >+ > 2018-12-19 Alan Coon <alancoon@apple.com> > > Apply patch. rdar://problem/46848447 >Index: Source/WebCore/platform/network/NetworkStorageSession.cpp >=================================================================== >--- Source/WebCore/platform/network/NetworkStorageSession.cpp (revision 239686) >+++ Source/WebCore/platform/network/NetworkStorageSession.cpp (working copy) >@@ -74,6 +74,7 @@ void NetworkStorageSession::permitProces > removeProcessPrivilege(ProcessPrivilege::CanAccessRawCookies); > } > >+#if HAVE(CFNETWORK_STORAGE_PARTITIONING) > void NetworkStorageSession::setAgeCapForClientSideCookies(std::optional<Seconds> seconds) > { > m_ageCapForClientSideCookies = seconds; >@@ -83,5 +84,6 @@ std::optional<Seconds> NetworkStorageSes > { > return m_ageCapForClientSideCookies; > } >+#endif > > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
bfulgham
:
review+
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 193203
: 358511