1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 12:47:45 +00:00

LibWeb: Remove FIXME for existing [Default] object toJSON()functions

This commit is contained in:
Luke Wilde 2023-03-23 16:43:32 +00:00 committed by Linus Groh
parent cb1deebc8f
commit 4c3f1481ea
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ interface DOMPointReadOnly {
// FIXME: DOMPoint matrixTransform(optional DOMMatrixInit matrix = {});
// FIXME: [Default] object toJSON();
[Default] object toJSON();
};
dictionary DOMPointInit {