| Index: core/svg/SVGViewSpec.idl
|
| diff --git a/core/svg/SVGViewSpec.idl b/core/svg/SVGViewSpec.idl
|
| index 55b148978772a7e7142462544b09f3fa771873d5..40ac15244559346ccb2b5c3801941e563ee0a6ef 100644
|
| --- a/core/svg/SVGViewSpec.idl
|
| +++ b/core/svg/SVGViewSpec.idl
|
| @@ -23,8 +23,6 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -// SVGViewSpec intentionally doesn't inherit from SVGZoomAndPan & SVGFitToViewBox on the IDLs.
|
| -// It would require that any of those classes would be RefCounted, and we want to avoid that.
|
| interface SVGViewSpec {
|
| readonly attribute SVGTransformList transform;
|
| readonly attribute SVGElement viewTarget;
|
| @@ -35,9 +33,7 @@ interface SVGViewSpec {
|
|
|
| // SVGZoomAndPan
|
| [SetterRaisesException] attribute unsigned short zoomAndPan;
|
| -
|
| - // SVGFitToViewBox
|
| - readonly attribute SVGAnimatedRect viewBox;
|
| - readonly attribute SVGAnimatedPreserveAspectRatio preserveAspectRatio;
|
| };
|
|
|
| +SVGViewSpec implements SVGFitToViewBox;
|
| +
|
|
|