| Index: Source/core/svg/SVGViewElement.idl
|
| diff --git a/Source/core/svg/SVGViewElement.idl b/Source/core/svg/SVGViewElement.idl
|
| index d4ae5acc595cb3d0d96537e43c39fbaba5641f3b..4d43028a92e2446b67e80cd36e4c0a191fdd4adc 100644
|
| --- a/Source/core/svg/SVGViewElement.idl
|
| +++ b/Source/core/svg/SVGViewElement.idl
|
| @@ -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;
|
| };
|
|
|
|
|