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

Unified Diff: core/svg/SVGTextContentElement.idl

Issue 19605006: Roll IDL to multivm@1316 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 5 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 | « core/svg/SVGTests.idl ('k') | core/svg/SVGTextPathElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/svg/SVGTextContentElement.idl
diff --git a/core/svg/SVGTextContentElement.idl b/core/svg/SVGTextContentElement.idl
index 4a2acb9dc2735b87113d678947d9484541346fb4..1fcd5db9111dfaf422250eb9545e86399539cb01 100644
--- a/core/svg/SVGTextContentElement.idl
+++ b/core/svg/SVGTextContentElement.idl
@@ -24,9 +24,7 @@
*/
interface SVGTextContentElement : SVGStyledElement,
- SVGTests,
- SVGLangSpace,
- SVGExternalResourcesRequired {
+ SVGLangSpace {
// lengthAdjust Types
const unsigned short LENGTHADJUST_UNKNOWN = 0;
const unsigned short LENGTHADJUST_SPACING = 1;
@@ -48,3 +46,6 @@ interface SVGTextContentElement : SVGStyledElement,
[Default=Undefined,IsIndex] optional unsigned long length);
};
+SVGTextContentElement implements SVGExternalResourcesRequired;
+SVGTextContentElement implements SVGTests;
+
« no previous file with comments | « core/svg/SVGTests.idl ('k') | core/svg/SVGTextPathElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698