Chromium Code Reviews| Index: Source/core/svg/SVGAnimateElement.idl |
| diff --git a/Source/core/svg/SVGAnimateElement.idl b/Source/core/svg/SVGAnimateElement.idl |
| index 9ee19c8d55f02c4858a8c6625c644f4be478a8ae..01eea93efdc4cc17bfe604f354eff9a6b15bb798 100644 |
| --- a/Source/core/svg/SVGAnimateElement.idl |
| +++ b/Source/core/svg/SVGAnimateElement.idl |
| @@ -23,6 +23,7 @@ |
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| */ |
| +// http://www.w3.org/TR/SVG2/animate.html#InterfaceSVGAnimateElement |
| + |
| interface SVGAnimateElement : SVGAnimationElement { |
| }; |
| - |