mirror of
https://github.com/reactos/wine.git
synced 2025-02-15 02:18:51 +00:00
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…
x
Reference in New Issue
Block a user