Backed out changeset 8048f22347eb (bug 802366)

This commit is contained in:
Justin Lebar 2012-10-30 21:36:32 -04:00
parent d75eb03310
commit 878be74d6e
2 changed files with 5 additions and 6 deletions

View File

@ -53,11 +53,10 @@ interface nsIDocShellTreeItem : nsIDocShellTreeNode
readonly attribute nsIDocShellTreeItem parent;
/*
This getter returns the same thing parent does however if the parent
is of a different itemType, or if the parent is an <iframe mozbrowser>
or <iframe mozapp>, it will instead return nullptr. This call is a
convience function for those wishing to not cross the boundaries at
which item types change.
This is call returns the same thing parent does however if the parent is
of a different itemType, it will instead return nullptr. This call is a
convience function for those wishing to not cross the boundaries at which
item types change.
*/
readonly attribute nsIDocShellTreeItem sameTypeParent;

View File

@ -78,7 +78,7 @@ interface nsILoadContext : nsISupports
%}
/**
* Returns true iff the load is occurring inside a browser element.
* Returns true iif the load is occurring inside a browser element.
*/
readonly attribute boolean isInBrowserElement;