Index: Source/core/svg/SVGFEPointLightElement.idl |
diff --git a/Source/core/svg/SVGFEPointLightElement.idl b/Source/core/svg/SVGFEPointLightElement.idl |
index 93135665b44445d233f7aadea3b2f8531d253a93..fc732b786620fcd01135a1700664eeb2a7d4196f 100644 |
--- a/Source/core/svg/SVGFEPointLightElement.idl |
+++ b/Source/core/svg/SVGFEPointLightElement.idl |
@@ -23,6 +23,8 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
+// http://www.w3.org/TR/filter-effects/#InterfaceSVGFEPointLightElement |
+ |
interface SVGFEPointLightElement : SVGElement { |
[RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedNumber x; |
[RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedNumber y; |