Make nsIDocShellTreeItem inherit from nsIDocShellTreeNode. Bug 377303,r=bsmedberg, sr=biesi

This commit is contained in:
2007-05-06 14:06:28 -07:00
parent 34158a8082
commit 98cc8977cb
7 changed files with 85 additions and 46 deletions

View File

@@ -39,6 +39,7 @@
#include "nsDocShellEnumerator.h"
#include "nsIDocShellTreeItem.h"
#include "nsIDocShellTreeNode.h"
nsDocShellEnumerator::nsDocShellEnumerator(PRInt32 inEnumerationDirection)