Files
ladybird/Libraries/LibDevTools/Actors/PageStyleActor.cpp
Sam Atkins 11a6b6f38f LibDevTools: Don't assume computed layout values are strings
Width and height are doubles, so get_string() will return nothing and
fail. We just want a JsonValue here without caring what type it is, so
let's just use get() instead.
2025-09-26 22:31:24 +02:00

7.5 KiB