aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/CanvasRenderingContext2D.webidl
diff options
context:
space:
mode:
authorsagudev <16504129+sagudev@users.noreply.github.com>2023-02-19 14:05:45 +0100
committersagudev <16504129+sagudev@users.noreply.github.com>2023-02-19 14:05:45 +0100
commit55dac83d9a90fa074cbae74a9ea2711b272fffc2 (patch)
tree31ab2e304618cec405420b82712b6543d404826c /components/script/dom/webidls/CanvasRenderingContext2D.webidl
parent2acdeabaf59dc233e4a9e96c36c7bf0df574f0c6 (diff)
downloadservo-55dac83d9a90fa074cbae74a9ea2711b272fffc2.tar.gz
servo-55dac83d9a90fa074cbae74a9ea2711b272fffc2.zip
Rename legacy extended attributes in webidls
https://github.com/whatwg/webidl/pull/870
Diffstat (limited to 'components/script/dom/webidls/CanvasRenderingContext2D.webidl')
-rw-r--r--components/script/dom/webidls/CanvasRenderingContext2D.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/CanvasRenderingContext2D.webidl b/components/script/dom/webidls/CanvasRenderingContext2D.webidl
index 2c2cc0a8e5d..436a39a57ee 100644
--- a/components/script/dom/webidls/CanvasRenderingContext2D.webidl
+++ b/components/script/dom/webidls/CanvasRenderingContext2D.webidl
@@ -93,7 +93,7 @@ interface mixin CanvasFillStrokeStyles {
[Throws]
CanvasGradient createRadialGradient(double x0, double y0, double r0, double x1, double y1, double r1);
[Throws]
- CanvasPattern? createPattern(CanvasImageSource image, [TreatNullAs=EmptyString] DOMString repetition);
+ CanvasPattern? createPattern(CanvasImageSource image, [LegacyNullToEmptyString] DOMString repetition);
};
[Exposed=(PaintWorklet, Window, Worker)]