| Index: core/svg/SVGViewElement.idl
|
| diff --git a/core/svg/SVGViewElement.idl b/core/svg/SVGViewElement.idl
|
| index 7f9502325b720a78b8bb1cd84a7ed16387a5701c..fb860f53baf7a6d61b9ddddd9488747fb5e93c6f 100644
|
| --- a/core/svg/SVGViewElement.idl
|
| +++ b/core/svg/SVGViewElement.idl
|
| @@ -23,10 +23,11 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| +// http://www.w3.org/TR/SVG2/linking.html#InterfaceSVGViewElement
|
| +
|
| interface SVGViewElement : SVGElement {
|
| readonly attribute SVGStringList viewTarget;
|
| };
|
|
|
| SVGViewElement implements SVGFitToViewBox;
|
| SVGViewElement implements SVGZoomAndPan;
|
| -
|
|
|