[Webkit-unassigned] [Bug 217183] [iOS 14] Hang in -[WKUserDefaults _notifyObserversOfChangeFromValuesForKeys:toValuesForKeys:]
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 13 14:53:26 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=217183
Darin Adler <darin at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |darin at apple.com
--- Comment #16 from Darin Adler <darin at apple.com> ---
Comment on attachment 411167
--> https://bugs.webkit.org/attachment.cgi?id=411167
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=411167&action=review
> Source/WebKit/UIProcess/Cocoa/PreferenceObserver.mm:95
> + if (!isMainThread()) {
> + [self findPreferenceChangesAndNotifyForKeys:oldValues toValuesForKeys:newValues];
> + return;
> + }
Why do we need this?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201013/8aa6414b/attachment.htm>
More information about the webkit-unassigned
mailing list