Chromium Code Reviews| Index: Source/core/svg/SVGScriptElement.idl |
| diff --git a/Source/core/svg/SVGScriptElement.idl b/Source/core/svg/SVGScriptElement.idl |
| index bde96fc6352aee713604d4721868d1491f0b3870..4a31505d4b20a773b962273e32da4891c1e3e0e7 100644 |
| --- a/Source/core/svg/SVGScriptElement.idl |
| +++ b/Source/core/svg/SVGScriptElement.idl |
| @@ -28,3 +28,5 @@ interface SVGScriptElement : SVGElement, |
| [TreatNullAs=NullString] attribute DOMString type; |
| }; |
| +SVGScriptElement implements SVGURIReference; |
| + |