mshtml: Make navigate_uri() static.

This commit is contained in:
Francois Gouget 2012-09-24 08:42:13 +02:00 committed by Alexandre Julliard
parent 919db661e5
commit 7af53b5f48
1 changed files with 1 additions and 1 deletions

View File

@ -2245,7 +2245,7 @@ HRESULT hlink_frame_navigate(HTMLDocument *doc, LPCWSTR url, nsChannel *nschanne
return hres;
}
HRESULT navigate_uri(HTMLOuterWindow *window, IUri *uri, const WCHAR *display_uri)
static HRESULT navigate_uri(HTMLOuterWindow *window, IUri *uri, const WCHAR *display_uri)
{
nsWineURI *nsuri;
HRESULT hres;