After 265569@main, copying a Path with a PathStream impl results in cloning the PathStream, which might be large. This breaks the assumption of most of the existing code, that copying a Path is cheap because it's just refCounting a CGPathRef. So we should restore cheap copy, and make the PathStream copy-on-write.
<rdar://problem/111595182>
Pull request: https://github.com/WebKit/WebKit/pull/15584
Committed 265810@main (bb3cac815bdf): <https://commits.webkit.org/265810@main> Reviewed commits have been landed. Closing PR #15584 and removing active labels.