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`.
Pull request: https://github.com/WebKit/WebKit/pull/26684
*** This bug has been marked as a duplicate of bug 272033 ***