-[WKProcessPoolConfiguration setCachePartitionedURLSchemes:] should do a deep copy
Created attachment 232271 [details] Patch
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:].
Comment on attachment 232271 [details] Patch r=me if you address the comment
Committed r169477: <http://trac.webkit.org/changeset/169477>