Bug 458167 - Fix bad usage of "it's" in comments: patch for docshell folder. r=bsmedberg

This commit is contained in:
Daniel Holbert
2009-02-05 18:05:03 -08:00
parent 461095eba1
commit 4f153b388b
2 changed files with 2 additions and 2 deletions

View File

@@ -6652,7 +6652,7 @@ nsDocShell::CheckLoadingPermissions()
NS_ENSURE_TRUE(NS_SUCCEEDED(rv) && subjPrincipal, rv);
// Check if the caller is from the same origin as this docshell,
// or any of it's ancestors.
// or any of its ancestors.
nsCOMPtr<nsIDocShellTreeItem> item(this);
do {
nsCOMPtr<nsIScriptGlobalObject> sgo(do_GetInterface(item));