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