[Webkit-unassigned] [Bug 214809] -Wdeprecated-copy caused by DisallowVMEntry copy constructor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 26 12:29:13 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=214809

--- Comment #2 from Mark Lam <mark.lam at apple.com> ---
(In reply to Michael Catanzaro from comment #1)
> (In reply to Michael Catanzaro from comment #0)
> > Let's add a copy constructor.
> 
> Maybe it should be noncopyable instead? Seems safer? But then we can't use
> Optional<DisallowVMEntry>.

Optional will work just fine with non-copyable.  That’s not the issue.  The issue is that one place in WebCore wants to copy PropertySlots, which may mean copying DisallowVMEntry as well.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200726/e9b5d7f2/attachment-0001.htm>


More information about the webkit-unassigned mailing list