VERIFIED FIXED 138604
Occasional assertion failure under recommendedScrollbarStyleDidChange()
https://bugs.webkit.org/show_bug.cgi?id=138604
Summary Occasional assertion failure under recommendedScrollbarStyleDidChange()
Tim Horton
Reported 2014-11-11 00:12:10 PST
Occasional assertion failure under recommendedScrollbarStyleDidChange()
Attachments
Patch (6.35 KB, patch)
2014-11-11 00:12 PST, Tim Horton
bdakin: review+
Tim Horton
Comment 1 2014-11-11 00:12:28 PST
Tim Horton
Comment 2 2014-11-11 00:13:17 PST
Anders Carlsson
Comment 3 2014-11-11 06:10:17 PST
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?
Tim Horton
Comment 4 2014-11-11 11:02:35 PST
(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!
Tim Horton
Comment 5 2014-11-11 13:40:46 PST
Chris Dumez
Comment 6 2014-11-11 13:52:02 PST
I confirm the crash is gone for me.
Note You need to log in before you can comment on or make changes to this bug.