Chromium Code Reviews

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

Issue 272523002: Remove SVGElementInstance (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Some small cleanups Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: Source/core/svg/SVGUseElement.idl
diff --git a/Source/core/svg/SVGUseElement.idl b/Source/core/svg/SVGUseElement.idl
index ec242bcbf53bee1efdcfea58315ae280a6e693d4..ffbd3410c5532717b6cb3715a59c269170acc889 100644
--- a/Source/core/svg/SVGUseElement.idl
+++ b/Source/core/svg/SVGUseElement.idl
@@ -31,10 +31,6 @@ interface SVGUseElement : SVGGraphicsElement {
readonly attribute SVGAnimatedLength y;
readonly attribute SVGAnimatedLength width;
readonly attribute SVGAnimatedLength height;
-
- // in SVG 1.1, removed in SVG 2
- [MeasureAs=SVGInstanceRoot] readonly attribute SVGElementInstance instanceRoot;
- readonly attribute SVGElementInstance animatedInstanceRoot;
};
SVGUseElement implements SVGURIReference;

Powered by Google App Engine