diff options
Diffstat (limited to 'Source/WebCore/svg/SVGUseElement.idl')
-rw-r--r-- | Source/WebCore/svg/SVGUseElement.idl | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/Source/WebCore/svg/SVGUseElement.idl b/Source/WebCore/svg/SVGUseElement.idl index c4cdf1317..b8e9eaf30 100644 --- a/Source/WebCore/svg/SVGUseElement.idl +++ b/Source/WebCore/svg/SVGUseElement.idl @@ -23,16 +23,11 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -[ - Conditional=SVG -] interface SVGUseElement : SVGGraphicsElement { - readonly attribute SVGAnimatedLength x; - readonly attribute SVGAnimatedLength y; - readonly attribute SVGAnimatedLength width; - readonly attribute SVGAnimatedLength height; - - readonly attribute SVGElementInstance instanceRoot; - readonly attribute SVGElementInstance animatedInstanceRoot; +interface SVGUseElement : SVGGraphicsElement { + readonly attribute SVGAnimatedLength x; + readonly attribute SVGAnimatedLength y; + readonly attribute SVGAnimatedLength width; + readonly attribute SVGAnimatedLength height; }; SVGUseElement implements SVGExternalResourcesRequired; |