mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-28 08:17:29 +00:00
`length` was inheriting `size_t` type of the `String::length()`, while everywhere else in the Inspector we expect fixed 32-bit field. On the architectures where `sizeof(size_t) != sizeof(u32)` this broke the Inspector communication completely.
2.0 KiB
2.0 KiB