1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:37:45 +00:00

LibWeb: Port Path2D interface from DeprecatedString to String

This commit is contained in:
Shannon Booth 2023-08-27 18:55:01 +12:00 committed by Andrew Kaster
parent e8d592ded2
commit 826374d04b
3 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
#import <HTML/Canvas/CanvasPath.idl>
// https://html.spec.whatwg.org/multipage/canvas.html#path2d
[Exposed=(Window,Worker)]
[Exposed=(Window,Worker), UseNewAKString]
interface Path2D {
constructor(optional (Path2D or DOMString) path);