Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGURIReference.idl
index 2e2d49f..8a3f713 100644 (file)
  * 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;
 };
-