mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-18 17:18:17 +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