[Webkit-unassigned] [Bug 160350] New: Remove an unused line of code.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 29 11:39:12 PDT 2016


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

            Bug ID: 160350
           Summary: Remove an unused line of code.
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mark.lam at apple.com
                CC: zimmermann at kde.org

SVGInlineTextBox::paintText() instantiates a local variable selectionTextRun.

Thanks to analysis by Said Abou-Hallawa, we know that selectionTextRun was introduced in https://trac.webkit.org/changeset/61393, but was later rendered unused in https://trac.webkit.org/changeset/62099 because we switched to using paintTextWithShadows() with the selectionStyle.  Hence, selectionTextRun can be removed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160729/ce7e6918/attachment.html>


More information about the webkit-unassigned mailing list