Chromium Code Reviews| Index: Source/core/svg/SVGDefsElement.idl |
| diff --git a/Source/core/svg/SVGDefsElement.idl b/Source/core/svg/SVGDefsElement.idl |
| index 807db63de6a26a973ff66cb60fa7878137921d1c..43fe9277080771da5d1633b750702d3732aa5cde 100644 |
| --- a/Source/core/svg/SVGDefsElement.idl |
| +++ b/Source/core/svg/SVGDefsElement.idl |
| @@ -23,6 +23,7 @@ |
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| */ |
| +// http://www.w3.org/TR/SVG2/struct.html#InterfaceSVGDefsElement |
| + |
| interface SVGDefsElement : SVGGraphicsElement { |
| }; |
| - |