| Index: third_party/WebKit/Source/core/svg/SVGImageElement.idl
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGImageElement.idl b/third_party/WebKit/Source/core/svg/SVGImageElement.idl
|
| index a402b8b1875ea02bd44ca850b11d9bab3269ff12..540227123ed0070dc44a141dd7e690fc99a00b86 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGImageElement.idl
|
| +++ b/third_party/WebKit/Source/core/svg/SVGImageElement.idl
|
| @@ -25,7 +25,9 @@
|
|
|
| // https://svgwg.org/svg2-draft/embedded.html#InterfaceSVGImageElement
|
|
|
| -interface SVGImageElement : SVGGraphicsElement {
|
| +[
|
| + ActiveScriptWrappable,
|
| +] interface SVGImageElement : SVGGraphicsElement {
|
| [MeasureAs=SVG1DOMImageElement] readonly attribute SVGAnimatedLength x;
|
| [MeasureAs=SVG1DOMImageElement] readonly attribute SVGAnimatedLength y;
|
| [MeasureAs=SVG1DOMImageElement] readonly attribute SVGAnimatedLength width;
|
|
|