Title: [272214] trunk/Source/WebCore
- Revision
- 272214
- Author
- [email protected]
- Date
- 2021-02-02 09:37:46 -0800 (Tue, 02 Feb 2021)
Log Message
Unreviewed, address post-landing review comment by Darin Adler for r272211.
* platform/network/cocoa/NetworkStorageSessionCocoa.mm:
(WebCore::cookiesForURL):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (272213 => 272214)
--- trunk/Source/WebCore/ChangeLog 2021-02-02 17:21:21 UTC (rev 272213)
+++ trunk/Source/WebCore/ChangeLog 2021-02-02 17:37:46 UTC (rev 272214)
@@ -1,3 +1,10 @@
+2021-02-02 Chris Dumez <[email protected]>
+
+ Unreviewed, address post-landing review comment by Darin Adler for r272211.
+
+ * platform/network/cocoa/NetworkStorageSessionCocoa.mm:
+ (WebCore::cookiesForURL):
+
2021-02-02 Youenn Fablet <[email protected]>
Recover MediaStreamTrack audio rendering from GPUProcess crash
Modified: trunk/Source/WebCore/platform/network/cocoa/NetworkStorageSessionCocoa.mm (272213 => 272214)
--- trunk/Source/WebCore/platform/network/cocoa/NetworkStorageSessionCocoa.mm 2021-02-02 17:21:21 UTC (rev 272213)
+++ trunk/Source/WebCore/platform/network/cocoa/NetworkStorageSessionCocoa.mm 2021-02-02 17:37:46 UTC (rev 272214)
@@ -267,7 +267,7 @@
UNUSED_PARAM(sameSiteInfo);
#endif
ASSERT(!!cookiesPtr);
- return *cookiesPtr;
+ return WTFMove(*cookiesPtr);
}
void NetworkStorageSession::setHTTPCookiesForURL(CFHTTPCookieStorageRef cookieStorage, NSArray *cookies, NSURL *url, NSURL *mainDocumentURL, const SameSiteInfo& sameSiteInfo) const
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes