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:
parent
cb1deebc8f
commit
4c3f1481ea
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