Commit 6ae22663 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Don't use start_binding in IPersistStreamInit::InitNew.

parent c22b8fd8
......@@ -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
......
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