Make GetSVGDocument [NoInterfaceObject].
--- 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>