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.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/DOMMatrix.webidl b/components/script/dom/webidls/DOMMatrix.webidl
index 1731116c051..eaef16c3906 100644
--- a/components/script/dom/webidls/DOMMatrix.webidl
+++ b/components/script/dom/webidls/DOMMatrix.webidl
@@ -10,7 +10,7 @@
* related or neighboring rights to this work.
*/
-[Exposed=(Window,Worker),
+[Exposed=(Window,Worker,PaintWorklet),
LegacyWindowAlias=WebKitCSSMatrix]
interface DOMMatrix : DOMMatrixReadOnly {
[Throws] constructor(optional (DOMString or sequence<unrestricted double>) init);