Support [LegacyWindowAlias]

This commit is contained in:
Kagami Sascha Rosylight 2019-10-17 19:41:47 +09:00
parent 118a9ecdfe
commit e81b678645
9 changed files with 32 additions and 33 deletions

View file

@ -10,7 +10,8 @@
* related or neighboring rights to this work.
*/
[Exposed=(Window,Worker)]
[Exposed=(Window,Worker),
LegacyWindowAlias=WebKitCSSMatrix]
interface DOMMatrix : DOMMatrixReadOnly {
[Throws] constructor(optional (DOMString or sequence<unrestricted double>) init);