Chromium Code Reviews| Index: Source/core/svg/SVGTextElement.idl |
| diff --git a/Source/core/svg/SVGTextElement.idl b/Source/core/svg/SVGTextElement.idl |
| index 618aa350b36968dbc7759cfb0c341f1b5e03bc23..0c9fa351bdd89bacb3aac67cc6515d9f1391f579 100644 |
| --- a/Source/core/svg/SVGTextElement.idl |
| +++ b/Source/core/svg/SVGTextElement.idl |
| @@ -23,6 +23,7 @@ |
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| */ |
| +// http://www.w3.org/TR/SVG2/text.html#InterfaceSVGTextElement |
| + |
| interface SVGTextElement : SVGTextPositioningElement { |
| }; |
| - |