diff --git a/dlls/ieframe/ie.c b/dlls/ieframe/ie.c index 3cd54bc8cde..c7357e994b0 100644 --- a/dlls/ieframe/ie.c +++ b/dlls/ieframe/ie.c @@ -142,8 +142,8 @@ static HRESULT WINAPI InternetExplorer_Invoke(IWebBrowser2 *iface, DISPID dispId static HRESULT WINAPI InternetExplorer_GoBack(IWebBrowser2 *iface) { InternetExplorer *This = impl_from_IWebBrowser2(iface); - FIXME("(%p)\n", This); - return E_NOTIMPL; + TRACE("(%p)\n", This); + return go_back(&This->doc_host->doc_host); } static HRESULT WINAPI InternetExplorer_GoForward(IWebBrowser2 *iface)