Commit graph

2 commits

Author SHA1 Message Date
Sam Atkins
86ae5022c2 LibWeb/CSS: Mark CSSStyleSheetInit::baseURL as nullable
Corresponds to:
f0635e6e10

Assigning null to a non-nullable DOMString didn't make sense.
Apparently our bindings generator didn't care though. It's already
nullable on the C++ side by being an Optional<String>.
2026-02-24 14:36:40 +01:00
Timothy Flynn
93712b24bf Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Renamed from Userland/Libraries/LibWeb/CSS/CSSStyleSheet.idl (Browse further)