| Index: core/svg/SVGAnimatedString.idl
|
| diff --git a/core/svg/SVGAnimatedString.idl b/core/svg/SVGAnimatedString.idl
|
| index d1fbf52a24705f8cd11f7a2fa149b31efb4eeeb5..dec2f0517fcc44b52ee75e2935e70bf2fbb1e39b 100644
|
| --- a/core/svg/SVGAnimatedString.idl
|
| +++ b/core/svg/SVGAnimatedString.idl
|
| @@ -23,8 +23,9 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -interface SVGAnimatedString {
|
| +[
|
| + SetWrapperReferenceTo(SVGElement contextElement),
|
| +] interface SVGAnimatedString {
|
| [RaisesException=Setter] attribute DOMString baseVal;
|
| readonly attribute DOMString animVal;
|
| };
|
| -
|
|
|