LibWeb: Remove resolved FIXME about putting HTMLALlCollection in HTML NS

This was an unfortunate artifact from development. I originally added
this class in the DOM namespace alongside HTMLCollection until I
realized it was defined by the HTML spec instead. To remind myself to
move it over to the HTML namespace, I left this comment. It was moved
to the correct namespace before upstreaming to the main repo, but I
forgot to remove this comment!
This commit is contained in:
Shannon Booth 2024-05-12 14:58:28 +12:00 committed by Sam Atkins
commit 89a536b57a
Notes: sideshowbarker 2024-07-17 02:59:43 +09:00

View file

@ -15,8 +15,6 @@
namespace Web::HTML {
// FIXME: Should be part of HTML namespace!
class HTMLAllCollection : public Bindings::PlatformObject {
WEB_PLATFORM_OBJECT(HTMLAllCollection, Bindings::PlatformObject);
JS_DECLARE_ALLOCATOR(HTMLAllCollection);