Make comment change requested by caillon in review that I forgot about

git-svn-id: svn://10.0.0.236/trunk@144555 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2003-07-08 09:23:32 +00:00
parent 17e4a0619a
commit aaad3da2bd

View File

@@ -255,9 +255,9 @@ public:
nsACString& aKey);
/**
* Create a new URI object from aSpec, using aBaseURI as the base.
* The charset associated to the new nsIURI will be the document
* charset of aDocument.
* Create a new nsIURI from aSpec, using aBaseURI as the base. The
* origin charset of the new nsIURI will be the document charset of
* aDocument.
*/
static nsresult NewURIWithDocumentCharset(nsIURI** aResult,
const nsAString& aSpec,