Chromium Code Reviews| Index: Source/core/svg/SVGTitleElement.idl |
| diff --git a/Source/core/svg/SVGTitleElement.idl b/Source/core/svg/SVGTitleElement.idl |
| index 48942210e1fb7bcdd5fabea8376180096396bb65..a217a612070d8c19d8c94abd63583e580f0cda3a 100644 |
| --- a/Source/core/svg/SVGTitleElement.idl |
| +++ b/Source/core/svg/SVGTitleElement.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#InterfaceSVGTitleElement |
| + |
| interface SVGTitleElement : SVGElement { |
| }; |
| - |