[Webkit-unassigned] [Bug 213086] DragState::type should be Optional<DragSourceAction> instead of OptionSet<DragSourceAction>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 11 11:37:02 PDT 2020


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

--- Comment #1 from David Kilzer (:ddkilzer) <ddkilzer at webkit.org> ---
Note that when DragState::type is changed from OptionSet<> to Optional<>, then WTF::Optional<>::hasExactlyOneBitSet() and WTF::Optional<>::toSingleValue() may also be removed.

The need for both of these methods are also indicative of the need to change DragState::type to Optional<>.

-- 
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/20200611/93eb3f00/attachment.htm>


More information about the webkit-unassigned mailing list