mshtml: Initialize nswindow in create_doc_from_nsdoc.
This commit is contained in:
parent
7620bb367f
commit
e69eb4716c
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue