Bug 271974 - [SVG] Remove unnecessary assertion
Summary: [SVG] Remove unnecessary assertion
Status: RESOLVED DUPLICATE of bug 272033
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Trivial
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-01 10:59 PDT by Alex
Modified: 2024-04-03 07:48 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex 2024-04-01 10:59:52 PDT
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`.
Comment 1 Alex 2024-04-01 11:07:00 PDT
Pull request: https://github.com/WebKit/WebKit/pull/26684
Comment 2 Alex 2024-04-03 07:48:32 PDT

*** This bug has been marked as a duplicate of bug 272033 ***