mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
fixing oops from checkin for bug 157135 (reported as bug 172930)
This commit is contained in:
parent
08dae61669
commit
d3df569ddc
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user