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 @@ -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();