aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/DOMMatrix.webidl
diff options
context:
space:
mode:
authorKagami Sascha Rosylight <saschanaz@outlook.com>2019-10-17 19:41:47 +0900
committerKagami Sascha Rosylight <saschanaz@outlook.com>2019-10-19 12:01:00 +0900
commite81b6786457b076a06c945835a3080fa33fa81ca (patch)
tree8e0808ea45ced9929b43b868717e80a634136adf /components/script/dom/webidls/DOMMatrix.webidl
parent118a9ecdfe5005a0f3328c362ce8d7a7f1b52912 (diff)
downloadservo-e81b6786457b076a06c945835a3080fa33fa81ca.tar.gz
servo-e81b6786457b076a06c945835a3080fa33fa81ca.zip
Support [LegacyWindowAlias]
Diffstat (limited to 'components/script/dom/webidls/DOMMatrix.webidl')
-rw-r--r--components/script/dom/webidls/DOMMatrix.webidl3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/script/dom/webidls/DOMMatrix.webidl b/components/script/dom/webidls/DOMMatrix.webidl
index 9911f868710..1731116c051 100644
--- a/components/script/dom/webidls/DOMMatrix.webidl
+++ b/components/script/dom/webidls/DOMMatrix.webidl
@@ -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);