Bug 1326520 - Rename nsIURI.path to pathQueryRef. r=valentin.gosu
MozReview-Commit-ID: DqJdTGopR9G
This commit is contained in:
@@ -151,7 +151,7 @@ URLInfo::Path() const
|
||||
{
|
||||
if (mPath.IsEmpty()) {
|
||||
nsCString path;
|
||||
if (NS_SUCCEEDED(URINoRef()->GetPath(path))) {
|
||||
if (NS_SUCCEEDED(URINoRef()->GetPathQueryRef(path))) {
|
||||
AppendUTF8toUTF16(path, mPath);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user