@@ -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 = {});
dictionary DOMPointInit {