| Index: Source/core/svg/SVGAnimatedBoolean.idl
|
| diff --git a/Source/core/svg/SVGAnimatedBoolean.idl b/Source/core/svg/SVGAnimatedBoolean.idl
|
| index 7ad6bb16009e70dd6277b8946d71ee1a9f5744e4..0c5e90f35ea189395fca0fa4c0cc0d0149568ee8 100644
|
| --- a/Source/core/svg/SVGAnimatedBoolean.idl
|
| +++ b/Source/core/svg/SVGAnimatedBoolean.idl
|
| @@ -23,9 +23,7 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -[
|
| - Conditional=SVG
|
| -] interface SVGAnimatedBoolean {
|
| +interface SVGAnimatedBoolean {
|
| [StrictTypeChecking, SetterRaisesException] attribute boolean baseVal;
|
| readonly attribute boolean animVal;
|
| };
|
|
|