| Index: core/svg/SVGPolygonElement.idl
|
| ===================================================================
|
| --- core/svg/SVGPolygonElement.idl (revision 23517)
|
| +++ core/svg/SVGPolygonElement.idl (working copy)
|
| @@ -23,13 +23,11 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -[
|
| - Conditional=SVG
|
| -] interface SVGPolygonElement : SVGStyledElement,
|
| - SVGTests,
|
| - SVGLangSpace,
|
| - SVGExternalResourcesRequired,
|
| - SVGTransformable {
|
| +interface SVGPolygonElement : SVGStyledElement,
|
| + SVGTests,
|
| + SVGLangSpace,
|
| + SVGExternalResourcesRequired,
|
| + SVGTransformable {
|
| readonly attribute SVGPointList points;
|
| readonly attribute SVGPointList animatedPoints;
|
| };
|
|
|