Commit 297aeb5b authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

Disable using nsWebBrowserStream.

parent ebe0484d
......@@ -367,10 +367,14 @@ void HTMLDocument_NSContainer_Init(HTMLDocument *This)
if(NS_FAILED(nsres))
ERR("Could not get nsIWebNavigation interface: %08lx\n", nsres);
#if 0
nsres = nsIWebBrowserStream_QueryInterface(This->nscontainer->webbrowser, &IID_nsIWebBrowserStream,
(void**)&This->nscontainer->stream);
if(NS_FAILED(nsres))
ERR("Could not get nsIWebBrowserStream interface: %08lx\n", nsres);
#else
This->nscontainer->stream = NULL;
#endif
if(!nscontainer_class)
register_nscontainer_class();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment