aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/CanvasPattern.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/webidls/CanvasPattern.webidl')
-rw-r--r--components/script/dom/webidls/CanvasPattern.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/CanvasPattern.webidl b/components/script/dom/webidls/CanvasPattern.webidl
index 156b9dee726..bfd33b082f8 100644
--- a/components/script/dom/webidls/CanvasPattern.webidl
+++ b/components/script/dom/webidls/CanvasPattern.webidl
@@ -3,7 +3,7 @@
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
// https://html.spec.whatwg.org/multipage/#canvaspattern
-[Exposed=(Window, PaintWorklet)]
+[Exposed=(Window, PaintWorklet, Worker)]
interface CanvasPattern {
//void setTransform(SVGMatrix matrix);
};