Index: Source/core/html/canvas/Path2D.idl |
diff --git a/Source/core/html/canvas/Path2D.idl b/Source/core/html/canvas/Path2D.idl |
index 60bbeb22a6975cccd0239381233c6fdbd5047041..c89979db47938383b830700ba49229749b2b88d4 100644 |
--- a/Source/core/html/canvas/Path2D.idl |
+++ b/Source/core/html/canvas/Path2D.idl |
@@ -33,6 +33,7 @@ |
Constructor(Path2D path), |
Constructor(DOMString text), |
RuntimeEnabled=Path2D, |
+ WillBeGarbageCollected, |
] interface Path2D { |
[RuntimeEnabled=ExperimentalCanvasFeatures, TypeChecking=Interface] void addPath(Path2D path, optional SVGMatrix? transform); |