aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/DOMMatrix.webidl
diff options
context:
space:
mode:
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);