itsnicethat.com page is sometimes non-scrollable
Created attachment 404359 [details] Patch
<rdar://problem/65431127>
Comment on attachment 404359 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=404359&action=review > Source/WebCore/platform/graphics/cocoa/WebCoreCALayerExtras.mm:113 > + if ([self.mask isKindOfClass:[CAShapeLayer class]]) { > + CAShapeLayer *shapeMask = static_cast<CAShapeLayer *>(self.mask); I think you can merge these two lines with a dynamic_objc_cast (same above)
Created attachment 404361 [details] Patch for EWS
Invalid ChangeLog at /Volumes/Data/worker/Commit-Queue/build/Source/WebKit/ChangeLog
https://trac.webkit.org/changeset/264415/webkit