diff --git a/source b/source
index 60fae684f46..5cb765c8bdf 100644
--- a/source
+++ b/source
@@ -3619,7 +3619,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
DOMMatrix interface
DOMMatrixInit interface
- - The validate and fixup algorithm for DOMMatrixInit
+
- The create a
DOMMatrix from a dictionary algorithm for DOMMatrixInit
@@ -60127,7 +60127,7 @@ interface CanvasTransform {
[NewObject] DOMMatrix getTransform();
void setTransform(unrestricted double a, unrestricted double b, unrestricted double c, unrestricted double d, unrestricted double e, unrestricted double f);
- void setTransform(optional DOMMatrixInit matrix);
+ void setTransform(optional DOMMatrixInit transform);
void resetTransform();