| Index: Source/core/svg/SVGAnimatedEnumeration.idl
|
| diff --git a/Source/core/svg/SVGAnimatedEnumeration.idl b/Source/core/svg/SVGAnimatedEnumeration.idl
|
| index 868519c3357121715dceff6853a1ae7fc131d998..9289e7ed4979c9dfef469bf2f40b40bed750f0f3 100644
|
| --- a/Source/core/svg/SVGAnimatedEnumeration.idl
|
| +++ b/Source/core/svg/SVGAnimatedEnumeration.idl
|
| @@ -26,7 +26,7 @@
|
| [
|
| ImplementedAs=SVGAnimatedEnumerationBase,
|
| SetWrapperReferenceTo(SVGElement contextElement),
|
| - StrictTypeChecking,
|
| + TypeChecking=Interface|Nullable|String,
|
| ] interface SVGAnimatedEnumeration {
|
| [RaisesException=Setter] attribute unsigned short baseVal;
|
| readonly attribute unsigned short animVal;
|
|
|