Files
ladybird/Userland/Libraries/LibWeb/Bindings/HTMLCollectionWrapperCustom.cpp
Andreas Kling f7a33043e0 LibWeb: Don't assume name is string in HTMLCollectionWrapper::get()
If the property name is not a string (symbol or integer), we should
just defer to the base class instead of trying to handle it.

Fixes #6575.
2021-04-23 15:45:54 +02:00

1.0 KiB