mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
LibWeb: Remove 'FIXME' on comment which is already implemented
This commit is contained in:
parent
52f056503d
commit
d086d0cd92
Notes:
sideshowbarker
2024-07-18 01:43:16 +09:00
Author: https://github.com/kennethmyhra Commit: https://github.com/SerenityOS/serenity/commit/d086d0cd92 Pull-request: https://github.com/SerenityOS/serenity/pull/23636
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ public:
|
|||
deep = true;
|
||||
}
|
||||
|
||||
// FIXME: 19. Otherwise, if value is a platform object that is a serializable object:
|
||||
// 19. Otherwise, if value is a platform object that is a serializable object:
|
||||
else if (value.is_object() && is<Bindings::Serializable>(value.as_object())) {
|
||||
auto& serializable = dynamic_cast<Bindings::Serializable&>(value.as_object());
|
||||
|
||||
|
|
Loading…
Reference in a new issue