Index: Source/core/svg/SVGZoomAndPan.idl |
diff --git a/Source/core/svg/SVGZoomAndPan.idl b/Source/core/svg/SVGZoomAndPan.idl |
index 42149bd3ad5987bfe02d84d57cfd481b7b0dd198..41ce9bdd2f0326e15ed1a131088c2c78b1e80ea7 100644 |
--- a/Source/core/svg/SVGZoomAndPan.idl |
+++ b/Source/core/svg/SVGZoomAndPan.idl |
@@ -25,8 +25,8 @@ |
*/ |
[ |
+ LegacyImplementedInBaseClass, |
NoInterfaceObject, |
- LegacyImplementedInBaseClass |
] interface SVGZoomAndPan { |
const unsigned short SVG_ZOOMANDPAN_UNKNOWN = 0; |
const unsigned short SVG_ZOOMANDPAN_DISABLE = 1; |
@@ -34,4 +34,3 @@ |
attribute unsigned short zoomAndPan; |
}; |
- |