mshtml: Make navigate_uri() static.
This commit is contained in:
parent
919db661e5
commit
7af53b5f48
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue