[Webkit-unassigned] [Bug 211744] New: Remove some unnecessary indirection when getting Document’s Editor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 11 13:55:44 PDT 2020


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

            Bug ID: 211744
           Summary: Remove some unnecessary indirection when getting
                    Document’s Editor
           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

After r261018, there’s no need to go from Document -> Frame -> Editor if we are already sure that the Frame exists; we can simplify this to just Document -> Editor.

-- 
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/20200511/89d6024d/attachment.htm>


More information about the webkit-unassigned mailing list