| Index: Source/core/svg/SVGAnimatedLengthList.idl
|
| diff --git a/Source/core/svg/SVGAnimatedLengthList.idl b/Source/core/svg/SVGAnimatedLengthList.idl
|
| index b7ed587dcf36912da18ce2cf75385a58e7454c97..28abe3284fa03af2d4a427424bb23d3c6066dc5d 100644
|
| --- a/Source/core/svg/SVGAnimatedLengthList.idl
|
| +++ b/Source/core/svg/SVGAnimatedLengthList.idl
|
| @@ -26,6 +26,8 @@
|
| [
|
| NotScriptWrappable,
|
| SetWrapperReferenceTo(SVGElement contextElement),
|
| + RuntimeEnabled=SVG1DOM,
|
| + MeasureAs=SVG1DOM,
|
| ] interface SVGAnimatedLengthList {
|
| readonly attribute SVGLengthList baseVal;
|
| readonly attribute SVGLengthList animVal;
|
|
|