| Index: Source/core/svg/SVGAnimatedBoolean.idl
|
| diff --git a/Source/core/svg/SVGAnimatedBoolean.idl b/Source/core/svg/SVGAnimatedBoolean.idl
|
| index 453172aba3d9b59d0b0424fe31440469f43bbad4..375a95efabdcf4b8d817b42b7e03e8e86a07589d 100644
|
| --- a/Source/core/svg/SVGAnimatedBoolean.idl
|
| +++ b/Source/core/svg/SVGAnimatedBoolean.idl
|
| @@ -27,6 +27,8 @@
|
| NotScriptWrappable,
|
| SetWrapperReferenceTo(SVGElement contextElement),
|
| TypeChecking=Interface,
|
| + RuntimeEnabled=SVG1DOM,
|
| + MeasureAs=SVG1DOM,
|
| ] interface SVGAnimatedBoolean {
|
| [RaisesException=Setter] attribute boolean baseVal;
|
| readonly attribute boolean animVal;
|
|
|