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

Unified Diff: Source/core/svg/SVGURIReference.idl

Issue 17365004: Update SVG interfaces to stop inheriting from SVGURIReference (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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 | « Source/core/svg/SVGTextPathElement.idl ('k') | Source/core/svg/SVGUseElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGURIReference.idl
diff --git a/Source/core/svg/SVGURIReference.idl b/Source/core/svg/SVGURIReference.idl
index 850048f82332d59edf0c3f971b36e699850edad9..819f2327f17fb7ac31f2b8be4462ce0111746e9a 100644
--- a/Source/core/svg/SVGURIReference.idl
+++ b/Source/core/svg/SVGURIReference.idl
@@ -25,8 +25,25 @@
*/
[
- DoNotGenerateToV8
+ NoInterfaceObject
] interface SVGURIReference {
readonly attribute SVGAnimatedString href;
};
+SVGAElement implements SVGURIReference;
+
+// The following is no longer part of the specification
+// but is kept for backward compatibility.
+SVGCursorElement implements SVGURIReference;
+SVGAltGlyphElement implements SVGURIReference;
+SVGFEImageElement implements SVGURIReference;
+SVGFilterElement implements SVGURIReference;
+SVGGlyphRefElement implements SVGURIReference;
+SVGGradientElement implements SVGURIReference;
+SVGImageElement implements SVGURIReference;
+SVGMPathElement implements SVGURIReference;
+SVGPatternElement implements SVGURIReference;
+SVGScriptElement implements SVGURIReference;
+SVGTRefElement implements SVGURIReference;
+SVGTextPathElement implements SVGURIReference;
+SVGUseElement implements SVGURIReference;
« no previous file with comments | « Source/core/svg/SVGTextPathElement.idl ('k') | Source/core/svg/SVGUseElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698