Bug 1326520 - Rename nsIURI.path to pathQueryRef. r=valentin.gosu

MozReview-Commit-ID: DqJdTGopR9G
This commit is contained in:
Masatoshi Kimura
2017-07-29 20:50:21 +09:00
parent 94822f2368
commit c0943e4f30
101 changed files with 263 additions and 261 deletions

View File

@@ -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);
}
}