| Index: core/svg/SVGURIReference.idl
|
| diff --git a/core/svg/SVGURIReference.idl b/core/svg/SVGURIReference.idl
|
| index 2e2d49f72c5b2af8f9817e123e2eb0ed0c3fcd7e..8a3f713ce13a122dece9fe6b061d939798c27a27 100644
|
| --- a/core/svg/SVGURIReference.idl
|
| +++ b/core/svg/SVGURIReference.idl
|
| @@ -24,9 +24,10 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| +// http://www.w3.org/TR/SVG2/types.html#InterfaceSVGURIReference
|
| +
|
| [
|
| - NoInterfaceObject
|
| + NoInterfaceObject, // Always used on target of 'implements'
|
| ] interface SVGURIReference {
|
| readonly attribute SVGAnimatedString href;
|
| };
|
| -
|
|
|