mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibWeb: Remove FIXME for existing [Default] object toJSON()
functions
This commit is contained in:
parent
cb1deebc8f
commit
4c3f1481ea
Notes:
sideshowbarker
2024-07-17 06:51:10 +09:00
Author: https://github.com/Lubrsi
Commit: 4c3f1481ea
Pull-request: https://github.com/SerenityOS/serenity/pull/18013
Reviewed-by: https://github.com/linusg
2 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ interface DOMMatrixReadOnly {
|
|||
// FIXME: [NewObject] Float64Array toFloat64Array();
|
||||
|
||||
[Exposed=Window] stringifier;
|
||||
// FIXME: [Default] object toJSON();
|
||||
[Default] object toJSON();
|
||||
};
|
||||
|
||||
dictionary DOMMatrix2DInit {
|
||||
|
|
|
@ -14,7 +14,7 @@ interface DOMPointReadOnly {
|
|||
|
||||
// FIXME: DOMPoint matrixTransform(optional DOMMatrixInit matrix = {});
|
||||
|
||||
// FIXME: [Default] object toJSON();
|
||||
[Default] object toJSON();
|
||||
};
|
||||
|
||||
dictionary DOMPointInit {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue