WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 272033
271974
[SVG] Remove unnecessary assertion
https://bugs.webkit.org/show_bug.cgi?id=271974
Summary
[SVG] Remove unnecessary assertion
Alex
Reported
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`.
Attachments
Add attachment
proposed patch, testcase, etc.
Alex
Comment 1
2024-04-01 11:07:00 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/26684
Alex
Comment 2
2024-04-03 07:48:32 PDT
*** This bug has been marked as a duplicate of
bug 272033
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug