зеркало из https://github.com/mozilla/pjs.git
fixing oops from checkin for bug 157135 (reported as bug 172930)
This commit is contained in:
Родитель
9b33e5b074
Коммит
dbce82871c
|
@ -1486,6 +1486,7 @@ nsStandardURL::Clone(nsIURI **result)
|
|||
clone->mFile = mFile;
|
||||
clone->mHostA = mHostA ? nsCRT::strdup(mHostA) : nsnull;
|
||||
clone->mMutable = PR_TRUE;
|
||||
clone->mSupportsFileURL = mSupportsFileURL;
|
||||
clone->mHostEncoding = mHostEncoding;
|
||||
clone->mSpecEncoding = mSpecEncoding;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче