Use an explicit class when decoding individual bundle parameters
Created attachment 228887 [details] Patch
Comment on attachment 228887 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=228887&action=review > Source/WebKit2/WebProcess/InjectedBundle/mac/InjectedBundleMac.mm:150 > + parameter = [unarchiver.get() decodeObjectOfClass:[NSObject class] forKey:@"parameter"]; Why the .get()?
Committed r166961: <http://trac.webkit.org/changeset/166961>