Bug 271974
| Summary: | [SVG] Remove unnecessary assertion | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alex <webkit> |
| Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Trivial | CC: | sabouhallawa, zimmermann |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Alex
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
Pull request: https://github.com/WebKit/WebKit/pull/26684
Alex
*** This bug has been marked as a duplicate of bug 272033 ***