Grammatical error. It's is contractive; its is possessive.

This commit is contained in:
stephend%netscape.com 2003-06-19 00:08:29 +00:00
Родитель f6549df6b5
Коммит 9d26d14af6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -433,7 +433,7 @@ GlobalWindowImpl::SetNewDocument(nsIDOMDocument* aDocument,
if (aDocument) {
if (mNavigator && mDocumentPrincipal) {
// Loading a new document. Compare it's principal against the
// Loading a new document. Compare its principal against the
// old principal to see whether we are allowed to keep the old
// navigator object.
nsCOMPtr<nsIDocument> doc(do_QueryInterface(aDocument));