Skip to content

Commit c7e1976

Browse files
dirkschulzesvgeesus
authored andcommitted
Merge pull request #355 from saschanaz/patch-1
[geometry] Add [NewObject] to matrixTransform
1 parent 4f1f4bd commit c7e1976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geometry/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ interface DOMPointReadOnly {
8282
readonly attribute unrestricted double z;
8383
readonly attribute unrestricted double w;
8484

85-
DOMPoint matrixTransform(optional DOMMatrixInit matrix);
85+
[NewObject] DOMPoint matrixTransform(optional DOMMatrixInit matrix);
8686

8787
[Default] object toJSON();
8888
};

0 commit comments

Comments
 (0)