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
commit 4c3f1481ea
Notes: sideshowbarker 2024-07-17 06:51:10 +09:00
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 {