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:
parent
e8d592ded2
commit
826374d04b
3 changed files with 6 additions and 6 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue