mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-04 11:45:09 +00:00
It should be possible for the CSS parser to fail, and we'll know it failed if it returns nullptr. Returning RefPtr's makes it actually possible to return nullptr. :^)