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