Make GetSVGDocument [NoInterfaceObject].
authorCameron McCormack <cam@mcc.id.au>
Wed, 12 Jun 2013 15:04:06 +1000
changeset 509 393418180248
parent 508 e3b4bd007127
child 510 15b6a66154cd
Make GetSVGDocument [NoInterfaceObject].
master/struct.html
--- a/master/struct.html	Mon Jun 10 02:32:37 2013 -0700
+++ b/master/struct.html	Wed Jun 12 15:04:06 2013 +1000
@@ -3627,7 +3627,8 @@
 interface to obtain a referenced SVG document, if that interface is
 available.
 </p>
-<pre class="idl">interface <b>GetSVGDocument</b> {
+<pre class="idl">[NoInterfaceObject]
+interface <b>GetSVGDocument</b> {
   <a class="idlinterface" href="struct.html#InterfaceSVGDocument">SVGDocument</a> <a href="struct.html#__svg__GetSVGDocument__getSVGDocument">getSVGDocument</a>();
 };</pre><dl class="interface">
 <dt class="operations-header">Operations:</dt>