Files
ladybird/Userland/Libraries/LibWeb/HTML/HTMLFormElement.h
Timothy Flynn fb270289a4 LibWeb: Store HTMLFormElement associated elements as nonnull GC pointers
We never store null elements in this list, so let's avoid confusion and
store the elements as NonnullGCPtr.
2024-02-03 15:30:16 -07:00

6.9 KiB