mshtml: Don't use start_binding in IPersistStreamInit::InitNew.
This commit is contained in:
parent
c22b8fd868
commit
6ae22663c0
|
@ -736,7 +736,7 @@ static HRESULT WINAPI PersistStreamInit_InitNew(IPersistStreamInit *iface)
|
|||
if(FAILED(hres))
|
||||
return hres;
|
||||
|
||||
return start_binding(This->window, NULL, (BSCallback*)This->window->bscallback, NULL);
|
||||
return channelbsc_load_stream(This->window->bscallback, NULL);
|
||||
}
|
||||
|
||||
#undef PERSTRINIT_THIS
|
||||
|
|
Loading…
Reference in New Issue