| Index: Source/core/svg/SVGStringList.idl
|
| diff --git a/Source/core/svg/SVGStringList.idl b/Source/core/svg/SVGStringList.idl
|
| index cec4d91983021f5899606cac1e30c0c85577471c..0b5dc4120de393bb7e39bc539f7cf6c5bd2a903d 100644
|
| --- a/Source/core/svg/SVGStringList.idl
|
| +++ b/Source/core/svg/SVGStringList.idl
|
| @@ -25,6 +25,8 @@
|
|
|
| [
|
| StrictTypeChecking,
|
| + SetWrapperReferenceTo(SVGElement contextElement),
|
| + ImplementedAs=SVGStringListTearOff
|
| ] interface SVGStringList {
|
| readonly attribute unsigned long numberOfItems;
|
|
|
|
|