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