mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
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:
parent
97c1722ebd
commit
89a536b57a
Notes:
sideshowbarker
2024-07-17 02:59:43 +09:00
Author: https://github.com/shannonbooth
Commit: 89a536b57a
Pull-request: https://github.com/SerenityOS/serenity/pull/24291
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue