Old files are causing crashes. Let's fail to load them.
Created attachment 253153 [details] Patch
Comment on attachment 253153 [details] Patch Thank you Alex!
Comment on attachment 253153 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=253153&action=review > Source/WebKit2/UIProcess/API/APIUserContentExtensionStore.cpp:157 > + if (metaData.version != UserContentExtensionStore::CurrentContentExtensionFileVersion) > + return false; Instead of returning false here, I'm going to check the metaData.version after openAndMapContentExtension returns and call the completionHandler with a new type of error (Error::VersionMismatch or something).
http://trac.webkit.org/changeset/184413