mshtml: Initialize nswindow in create_doc_from_nsdoc.

This commit is contained in:
Marcus Meissner 2008-10-16 09:33:07 +02:00 committed by Alexandre Julliard
parent 7620bb367f
commit e69eb4716c
1 changed files with 1 additions and 1 deletions

View File

@ -1664,7 +1664,7 @@ HRESULT create_doc_from_nsdoc(nsIDOMHTMLDocument *nsdoc, HTMLDocument **ret)
HRESULT HTMLDocument_Create(IUnknown *pUnkOuter, REFIID riid, void** ppvObject)
{
HTMLDocument *doc;
nsIDOMWindow *nswindow;
nsIDOMWindow *nswindow = NULL;
HRESULT hres;
TRACE("(%p %s %p)\n", pUnkOuter, debugstr_guid(riid), ppvObject);