Index: Source/core/svg/SVGScriptElement.idl |
diff --git a/Source/core/svg/SVGScriptElement.idl b/Source/core/svg/SVGScriptElement.idl |
index 08c871f91d8b3e6dba6e8bc64cdd695815c8e216..f3e4ace928544c3a5231510fcfbda7ead47ee860 100644 |
--- a/Source/core/svg/SVGScriptElement.idl |
+++ b/Source/core/svg/SVGScriptElement.idl |
@@ -23,6 +23,8 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
+// http://www.w3.org/TR/SVG2/script.html#InterfaceSVGScriptElement |
+ |
interface SVGScriptElement : SVGElement { |
[Reflect] attribute DOMString type; |
}; |