1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:07:35 +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

@ -57,7 +57,7 @@ interface DOMMatrixReadOnly {
// FIXME: [NewObject] Float64Array toFloat64Array();
[Exposed=Window] stringifier;
// FIXME: [Default] object toJSON();
[Default] object toJSON();
};
dictionary DOMMatrix2DInit {

View file

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