summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/svg/SVGAnimatedTransformList.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/svg/SVGAnimatedTransformList.idl')
-rw-r--r--Source/WebCore/svg/SVGAnimatedTransformList.idl15
1 files changed, 6 insertions, 9 deletions
diff --git a/Source/WebCore/svg/SVGAnimatedTransformList.idl b/Source/WebCore/svg/SVGAnimatedTransformList.idl
index b6aa84e2f..4ce724060 100644
--- a/Source/WebCore/svg/SVGAnimatedTransformList.idl
+++ b/Source/WebCore/svg/SVGAnimatedTransformList.idl
@@ -23,13 +23,10 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-module svg {
+[
+ Conditional=SVG
+] interface SVGAnimatedTransformList {
+ readonly attribute SVGTransformList baseVal;
+ readonly attribute SVGTransformList animVal;
+};
- interface [
- Conditional=SVG
- ] SVGAnimatedTransformList {
- readonly attribute SVGTransformList baseVal;
- readonly attribute SVGTransformList animVal;
- };
-
-}