RESOLVED FIXED 133393
-[WKProcessPoolConfiguration setCachePartitionedURLSchemes:] should do a deep copy
https://bugs.webkit.org/show_bug.cgi?id=133393
Summary -[WKProcessPoolConfiguration setCachePartitionedURLSchemes:] should do a deep...
Anders Carlsson
Reported 2014-05-29 16:58:32 PDT
-[WKProcessPoolConfiguration setCachePartitionedURLSchemes:] should do a deep copy
Attachments
Patch (1.58 KB, patch)
2014-05-29 16:58 PDT, Anders Carlsson
mitz: review+
Anders Carlsson
Comment 1 2014-05-29 16:58:42 PDT
mitz
Comment 2 2014-05-29 17:03:21 PDT
Comment on attachment 232271 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=232271&action=review > Source/WebKit2/UIProcess/API/Cocoa/_WKProcessPoolConfiguration.mm:-55 > - _cachePartitionedURLSchemes = adoptNS([cachePartitionedURLSchemes copy]); Just use -[NSArray initWithArray:copyItems:].
mitz
Comment 3 2014-05-29 17:06:56 PDT
Comment on attachment 232271 [details] Patch r=me if you address the comment
Anders Carlsson
Comment 4 2014-05-29 17:10:10 PDT
Note You need to log in before you can comment on or make changes to this bug.