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

Unified Diff: Source/core/svg/SVGTextContentElement.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/SVGTests.idl ('k') | Source/core/svg/SVGTextPathElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGTextContentElement.idl
diff --git a/Source/core/svg/SVGTextContentElement.idl b/Source/core/svg/SVGTextContentElement.idl
index 9ebf97ad941555ce1ee6c99a3c47752aa1edd8ba..c3b0948bbb875c8de65800ca8540168d6640e326 100644
--- a/Source/core/svg/SVGTextContentElement.idl
+++ b/Source/core/svg/SVGTextContentElement.idl
@@ -47,3 +47,5 @@ interface SVGTextContentElement : SVGStyledElement,
[Default=Undefined,IsIndex] optional unsigned long length);
};
+SVGTextContentElement implements SVGTests;
+
« no previous file with comments | « Source/core/svg/SVGTests.idl ('k') | Source/core/svg/SVGTextPathElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698