瀏覽代碼

LibWeb: Remove FIXME for existing `[Default] object toJSON()`functions

Luke Wilde 2 年之前
父節點
當前提交
4c3f1481ea

+ 1 - 1
Userland/Libraries/LibWeb/Geometry/DOMMatrixReadOnly.idl

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

+ 1 - 1
Userland/Libraries/LibWeb/Geometry/DOMPointReadOnly.idl

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