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

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

Issue 17550010: Move IDL implements statements to IDL files that implement the interface (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 819f2327f17fb7ac31f2b8be4462ce0111746e9a..06dcca9874e1d0f579f097d3219417fa6b25f8fb 100644
--- a/Source/core/svg/SVGURIReference.idl
+++ b/Source/core/svg/SVGURIReference.idl
@@ -30,20 +30,3 @@
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