Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(211)

Unified Diff: third_party/WebKit/Source/core/svg/SVGImageElement.idl

Issue 2905233002: Remove the lifetime hack in ImageLoader where it keeps its assoc element alive (Closed)
Patch Set: Rebase Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGImageElement.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGImageElement.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698