Index: Source/core/svg/SVGFEFuncAElement.idl |
diff --git a/Source/core/svg/SVGFEFuncAElement.idl b/Source/core/svg/SVGFEFuncAElement.idl |
index c777ee4d7818b3a057d66d76e0c622bd65dafcf2..2a886fdde71909f41261eb3cd290dfb1797546b2 100644 |
--- a/Source/core/svg/SVGFEFuncAElement.idl |
+++ b/Source/core/svg/SVGFEFuncAElement.idl |
@@ -23,6 +23,7 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
+// http://www.w3.org/TR/filter-effects/#InterfaceSVGFEFuncAElement |
+ |
interface SVGFEFuncAElement : SVGComponentTransferFunctionElement { |
}; |
- |