[webkit-reviews] review granted: [Bug 208012] [Cocoa] Limit set of classes that can be decoded when a preference has changed : [Attachment 393491] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 14 16:34:11 PDT 2020


Brent Fulgham <bfulgham at webkit.org> has granted Per Arne Vollan
<pvollan at apple.com>'s request for review:
Bug 208012: [Cocoa] Limit set of classes that can be decoded when a preference
has changed
https://bugs.webkit.org/show_bug.cgi?id=208012

Attachment 393491: Patch

https://bugs.webkit.org/attachment.cgi?id=393491&action=review




--- Comment #10 from Brent Fulgham <bfulgham at webkit.org> ---
Comment on attachment 393491
  --> https://bugs.webkit.org/attachment.cgi?id=393491
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=393491&action=review

r=me

> Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm:915
> +    id object = [NSKeyedUnarchiver unarchivedObjectOfClasses:classes
fromData:encodedData.get() error:&err];

Oh, excellent. Thank you for cleaning this one up.


More information about the webkit-reviews mailing list