mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25:20 +00:00
LibWeb: Remove 'FIXME' on comment which is already implemented
This commit is contained in:
committed by
Andreas Kling
parent
52f056503d
commit
d086d0cd92
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user