Index: Source/core/svg/SVGViewSpec.idl |
diff --git a/Source/core/svg/SVGViewSpec.idl b/Source/core/svg/SVGViewSpec.idl |
index 80b1d809c44aa00a614e474149dee50eb8e6a351..f5bb3a4f65071559bc5f137fa1d649cfe6f9975f 100644 |
--- a/Source/core/svg/SVGViewSpec.idl |
+++ b/Source/core/svg/SVGViewSpec.idl |
@@ -30,10 +30,7 @@ interface SVGViewSpec { |
readonly attribute DOMString preserveAspectRatioString; |
readonly attribute DOMString transformString; |
readonly attribute DOMString viewTargetString; |
- |
- // SVGZoomAndPan |
- [RaisesException=Setter] attribute unsigned short zoomAndPan; |
}; |
SVGViewSpec implements SVGFitToViewBox; |
- |
+SVGViewSpec implements SVGZoomAndPan; |