msxml3: Remove attach_xmldoc(This, NULL) calls.
commit8b293040a370ff756beab0692ac316d720becd96
authorMichael Karcher <wine@mkarcher.dialup.fu-berlin.de>
Sat, 29 Nov 2008 09:52:16 +0000 (29 10:52 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 1 Dec 2008 13:22:12 +0000 (1 14:22 +0100)
tree4e6e8f88577ea1a345dd15c0445779f7e55a9592
parent1c49bc83ae4630dba9b5a86c37042c34859160c4
msxml3: Remove attach_xmldoc(This, NULL) calls.

This->node should never be zero. Each IXMLDOMNode (and derived interfaces)
always represents a present libxml data object. There is no no-data
IXMLDOMNode, although there might be documents without a root element.
dlls/msxml3/domdoc.c