[webkit-reviews] review granted: [Bug 105772] [Mac] MemoryPressureHandler: Occasional crashes in uninstall() when responding to memory pressure signal. : [Attachment 180757] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 26 11:14:47 PST 2012


Stephanie Lewis <slewis at apple.com> has granted Andreas Kling
<akling at apple.com>'s request for review:
Bug 105772: [Mac] MemoryPressureHandler: Occasional crashes in uninstall() when
responding to memory pressure signal.
https://bugs.webkit.org/show_bug.cgi?id=105772

Attachment 180757: Patch
https://bugs.webkit.org/attachment.cgi?id=180757&action=review

------- Additional Comments from Stephanie Lewis <slewis at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=180757&action=review


> Source/WebCore/platform/mac/MemoryPressureHandlerMac.mm:89
> +	   dispatch_source_cancel(_cache_event_source);

It might be a good idea to check if _cache_event_source is not null.


More information about the webkit-reviews mailing list