[Webkit-unassigned] [Bug 221531] New: Remove a duplicate implementation of EventHandler::mouseDownMayStartSelect()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Feb 7 11:41:37 PST 2021
https://bugs.webkit.org/show_bug.cgi?id=221531
Bug ID: 221531
Summary: Remove a duplicate implementation of
EventHandler::mouseDownMayStartSelect()
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: HTML Editing
Assignee: webkit-unassigned at lists.webkit.org
Reporter: wenson_hsieh at apple.com
CC: wenson_hsieh at apple.com
This method has both const and non-const implementations, but only the non-const version is used.
We should remove the (currently unused) const version that just returns `m_mouseDownMayStartSelect`, and mark what is currently the non-`const` version `const` instead.
--
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/20210207/923faa1e/attachment.htm>
More information about the webkit-unassigned
mailing list