| Index: Source/core/svg/SVGPathSegArcRel.idl
|
| diff --git a/Source/core/svg/SVGPathSegArcRel.idl b/Source/core/svg/SVGPathSegArcRel.idl
|
| index 3946d8d6eaa92f4615ca8294823b628a85572ab9..de46704443efdea62d17c784d5485ce499bdeba6 100644
|
| --- a/Source/core/svg/SVGPathSegArcRel.idl
|
| +++ b/Source/core/svg/SVGPathSegArcRel.idl
|
| @@ -24,9 +24,7 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -[
|
| - Conditional=SVG
|
| -] interface SVGPathSegArcRel : SVGPathSeg {
|
| +interface SVGPathSegArcRel : SVGPathSeg {
|
| [StrictTypeChecking] attribute float x;
|
| [StrictTypeChecking] attribute float y;
|
| [StrictTypeChecking] attribute float r1;
|
|
|