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

@@ -201,7 +201,7 @@ nsUrlClassifierUtils::GetKeyForURI(nsIURI * uri, nsACString & _retval)
NS_ENSURE_SUCCESS(rv, rv);
nsAutoCString path;
rv = innerURI->GetPath(path);
rv = innerURI->GetPathQueryRef(path);
NS_ENSURE_SUCCESS(rv, rv);
// strip out anchors