[Webkit-unassigned] [Bug 271974] New: [SVG] Remove unnecessary assertion

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 1 10:59:52 PDT 2024


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

            Bug ID: 271974
           Summary: [SVG] Remove unnecessary assertion
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Trivial
          Priority: P2
         Component: SVG
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: webkit at sata.lol
                CC: sabouhallawa at apple.com, zimmermann at kde.org

This used to be valid when it checked against an `int`. It was recently updated to use `TextRun::length()`, which is an `unsigned int`. That makes the build fail with `-Werror=type-limits`.

-- 
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/20240401/5fba9644/attachment-0001.htm>


More information about the webkit-unassigned mailing list