| Index: Source/core/html/canvas/Path2D.idl
|
| diff --git a/Source/core/html/canvas/Path2D.idl b/Source/core/html/canvas/Path2D.idl
|
| index 262148560a264a0e6ade8c50217e848de676e0ad..60bbeb22a6975cccd0239381233c6fdbd5047041 100644
|
| --- a/Source/core/html/canvas/Path2D.idl
|
| +++ b/Source/core/html/canvas/Path2D.idl
|
| @@ -35,7 +35,7 @@
|
| RuntimeEnabled=Path2D,
|
| ] interface Path2D {
|
|
|
| - [RuntimeEnabled=ExperimentalCanvasFeatures, TypeChecking=Interface|Nullable] void addPath(Path2D path, optional SVGMatrix? transform);
|
| + [RuntimeEnabled=ExperimentalCanvasFeatures, TypeChecking=Interface] void addPath(Path2D path, optional SVGMatrix? transform);
|
| };
|
|
|
| Path2D implements CanvasPathMethods;
|
|
|