diff --git a/dlls/shdocvw/persist.c b/dlls/shdocvw/persist.c index 940dd16..6c4f1e5 100644 --- a/dlls/shdocvw/persist.c +++ b/dlls/shdocvw/persist.c @@ -155,7 +155,7 @@ static HRESULT WINAPI PersistMemory_Load(IPersistMemory *iface, LPVOID pMem, ULO { WebBrowser *This = PERMEMORY_THIS(iface); FIXME("(%p)->(%p %x)\n", This, pMem, cbSize); - return E_NOTIMPL; + return S_OK; } static HRESULT WINAPI PersistMemory_Save(IPersistMemory *iface, LPVOID pMem,