From 906d65ea562b93ca054160a42d0595bd8dccc6a9 Mon Sep 17 00:00:00 2001 From: "dholbert%cs.stanford.edu" Date: Thu, 26 Feb 2009 18:51:04 +0000 Subject: [PATCH] trivial comment-only patch (s/it's/its/ from bug 458167) to trigger another unittest cycle, to see if linux oranges go away. git-svn-id: svn://10.0.0.236/trunk@256330 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/docshell/base/nsDSURIContentListener.cpp | 2 +- mozilla/docshell/base/nsDocShell.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/docshell/base/nsDSURIContentListener.cpp b/mozilla/docshell/base/nsDSURIContentListener.cpp index 4057ecc73e3..557d8d85ab2 100644 --- a/mozilla/docshell/base/nsDSURIContentListener.cpp +++ b/mozilla/docshell/base/nsDSURIContentListener.cpp @@ -159,7 +159,7 @@ nsDSURIContentListener::IsPreferred(const char* aContentType, NS_ENSURE_ARG_POINTER(aDesiredContentType); // the docshell has no idea if it is the preferred content provider or not. - // It needs to ask it's parent if it is the preferred content handler or not... + // It needs to ask its parent if it is the preferred content handler or not... nsCOMPtr parentListener; GetParentContentListener(getter_AddRefs(parentListener)); diff --git a/mozilla/docshell/base/nsDocShell.cpp b/mozilla/docshell/base/nsDocShell.cpp index 807b5578e43..73b5fe3b2ae 100644 --- a/mozilla/docshell/base/nsDocShell.cpp +++ b/mozilla/docshell/base/nsDocShell.cpp @@ -6516,7 +6516,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 item(this); do { nsCOMPtr sgo(do_GetInterface(item));