mirror of
https://github.com/reactos/wine.git
synced 2025-02-18 03:48:01 +00:00
mshtml: Check use_wine_url in nsIURI::GetAsciiSpec.
This commit is contained in:
parent
dde59f8f3e
commit
000c3d4295
@ -1528,7 +1528,7 @@ static nsresult NSAPI nsURI_GetAsciiSpec(nsIWineURI *iface, nsACString *aAsciiSp
|
||||
|
||||
TRACE("(%p)->(%p)\n", This, aAsciiSpec);
|
||||
|
||||
if(This->wine_url)
|
||||
if(This->use_wine_url)
|
||||
return nsIURI_GetSpec(NSURI(This), aAsciiSpec);
|
||||
|
||||
if(This->uri)
|
||||
|
Loading…
x
Reference in New Issue
Block a user