| Index: core/svg/SVGViewElement.idl
|
| ===================================================================
|
| --- core/svg/SVGViewElement.idl (revision 23517)
|
| +++ core/svg/SVGViewElement.idl (working copy)
|
| @@ -23,12 +23,10 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -[
|
| - Conditional=SVG
|
| -] interface SVGViewElement : SVGElement,
|
| - SVGExternalResourcesRequired,
|
| - SVGFitToViewBox,
|
| - SVGZoomAndPan {
|
| +interface SVGViewElement : SVGElement,
|
| + SVGExternalResourcesRequired,
|
| + SVGFitToViewBox,
|
| + SVGZoomAndPan {
|
| readonly attribute SVGStringList viewTarget;
|
| };
|
|
|
|
|