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;
|
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;
|
nsWineURI *nsuri;
|
||||||
HRESULT hres;
|
HRESULT hres;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user