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

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

Issue 2344563002: Remove the lifetime hack in ImageLoader where it keeps its assoc element alive
Patch Set: fix Created 4 years, 3 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.cpp ('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 611a2cc5f3e33523d1586fef5933833fac300948..f2d36feb91ac46dc663a2a4ac0e6b9d47379886e 100644
--- a/third_party/WebKit/Source/core/svg/SVGImageElement.idl
+++ b/third_party/WebKit/Source/core/svg/SVGImageElement.idl
@@ -25,7 +25,9 @@
// http://www.w3.org/TR/SVG2/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.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698