| Index: Source/core/svg/SVGForeignObjectElement.idl
|
| diff --git a/Source/core/svg/SVGForeignObjectElement.idl b/Source/core/svg/SVGForeignObjectElement.idl
|
| index fd0a228ba6d8a900647da024ce5e1abca4f337f6..bedb3bc0c8df8cec95aee194d01299a5883d8647 100644
|
| --- a/Source/core/svg/SVGForeignObjectElement.idl
|
| +++ b/Source/core/svg/SVGForeignObjectElement.idl
|
| @@ -23,6 +23,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| +// http://www.w3.org/TR/SVG2/extend.html#InterfaceSVGForeignObjectElement
|
| +
|
| interface SVGForeignObjectElement : SVGGraphicsElement {
|
| [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedLength x;
|
| [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedLength y;
|
|
|