| Index: Source/core/svg/SVGElement.idl
|
| diff --git a/Source/core/svg/SVGElement.idl b/Source/core/svg/SVGElement.idl
|
| index feffa7cb2b40a71cb1300809131b5ab604c51b12..1608f33d02d7ef3d7c0404c3d42e6a15fb05b2e3 100644
|
| --- a/Source/core/svg/SVGElement.idl
|
| +++ b/Source/core/svg/SVGElement.idl
|
| @@ -30,7 +30,7 @@
|
| attribute DOMString xmllang;
|
| attribute DOMString xmlspace;
|
|
|
| - readonly attribute SVGAnimatedString className;
|
| + [MeasureAs=SVGClassName] readonly attribute SVGAnimatedString className;
|
| readonly attribute CSSStyleDeclaration style;
|
|
|
| // CSSValue was deprecated in 2003:
|
|
|