mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-29 21:25:35 +00:00
Added support for GetQuery(). NECKO only.
This commit is contained in:
parent
500486a5d0
commit
07d24e787b
@ -621,7 +621,8 @@ nsStandardURL::SetFileName(char * aFileName)
|
||||
NS_IMETHODIMP
|
||||
nsStandardURL::GetQuery(char * *aQuery)
|
||||
{
|
||||
return NS_ERROR_NOT_IMPLEMENTED;
|
||||
*aQuery = nsCRT::strdup(mQuery);
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
|
Loading…
Reference in New Issue
Block a user