WebCrypto key serialization needs a master key, and WebKit2 clients should have a say in what it is.
Created attachment 224024 [details] proposed patch
Comment on attachment 224024 [details] proposed patch View in context: https://bugs.webkit.org/attachment.cgi?id=224024&action=review > Source/WebKit2/UIProcess/API/C/WKContext.h:89 > + // Version 1. > + WKContextCopyWebCryptoMasterKeyCallback copyWebCryptoMasterKey; I don't think you need to update this struct.
Committed <http://trac.webkit.org/r163999>.