| Index: Source/core/svg/SVGPathSegList.idl
|
| diff --git a/Source/core/svg/SVGPathSegList.idl b/Source/core/svg/SVGPathSegList.idl
|
| index c2fda40fc6571a946d61c5867693ee3baf2824bf..996e518769636fd0d725b1cbc9ef2877284e193f 100644
|
| --- a/Source/core/svg/SVGPathSegList.idl
|
| +++ b/Source/core/svg/SVGPathSegList.idl
|
| @@ -24,9 +24,7 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -[
|
| - Conditional=SVG
|
| -] interface SVGPathSegList {
|
| +interface SVGPathSegList {
|
| readonly attribute unsigned long numberOfItems;
|
|
|
| [RaisesException] void clear();
|
|
|