Chromium Code Reviews| Index: Source/core/svg/SVGPathSeg.idl |
| diff --git a/Source/core/svg/SVGPathSeg.idl b/Source/core/svg/SVGPathSeg.idl |
| index d91bd2269e27a39310494b03f6679f388f477036..b858a832a59062419e4a584ebed2bbaf34828bc3 100644 |
| --- a/Source/core/svg/SVGPathSeg.idl |
| +++ b/Source/core/svg/SVGPathSeg.idl |
| @@ -28,6 +28,7 @@ |
| DependentLifetime, |
| RuntimeEnabled=SVG1DOM, |
| MeasureAs=SVGPathSegDOM, |
| + WillBeGarbageCollected, |
| ] interface SVGPathSeg { |
| // Path Segment Types |
| const unsigned short PATHSEG_UNKNOWN = 0; |