| Index: Source/core/svg/SVGPointList.idl
|
| diff --git a/Source/core/svg/SVGPointList.idl b/Source/core/svg/SVGPointList.idl
|
| index f65d302aa09f91fa8caba033710b464c18e3c51f..5c8c298ab051e0f18b14e4cc1e15ece36d6b76b9 100644
|
| --- a/Source/core/svg/SVGPointList.idl
|
| +++ b/Source/core/svg/SVGPointList.idl
|
| @@ -23,7 +23,10 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -interface SVGPointList {
|
| +[
|
| + ImplementedAs=SVGPointListTearOff,
|
| + SetReference(SVGElement contextElement)
|
| +] interface SVGPointList {
|
| readonly attribute unsigned long numberOfItems;
|
|
|
| [RaisesException] void clear();
|
|
|