Occasional assertion failure under recommendedScrollbarStyleDidChange()
Created attachment 241340 [details] Patch
<rdar://problem/18855914>
Comment on attachment 241340 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=241340&action=review > Source/WebKit2/UIProcess/API/mac/WKViewInternal.h:137 > +- (NSTrackingArea *)_primaryTrackingArea; > +- (void)_replacePrimaryTrackingArea:(NSTrackingArea *)trackingArea; Couldn't this just be expressed as a property?
(In reply to comment #3) > Comment on attachment 241340 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=241340&action=review > > > Source/WebKit2/UIProcess/API/mac/WKViewInternal.h:137 > > +- (NSTrackingArea *)_primaryTrackingArea; > > +- (void)_replacePrimaryTrackingArea:(NSTrackingArea *)trackingArea; > > Couldn't this just be expressed as a property? Sure!
http://trac.webkit.org/changeset/175973
I confirm the crash is gone for me.