1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:48:12 +00:00

LibWeb: Port CanvasGradient interface from DeprecatedString to String

This commit is contained in:
Shannon Booth 2023-09-04 20:47:08 +12:00 committed by Tim Flynn
parent 2c69f273a0
commit c4f12feadc
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
[Exposed=(Window,Worker), UseDeprecatedAKString]
[Exposed=(Window,Worker)]
interface CanvasGradient {
// opaque object
undefined addColorStop(double offset, DOMString color);