Updated to use new nsDocShellBase class. Removed a bunch of code from this level so it instead can be pulled from the base class.
git-svn-id: svn://10.0.0.236/trunk@51802 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -24,21 +24,14 @@
|
||||
#define nsHTMLDocShell_h__
|
||||
|
||||
#include "nsCHTMLDocShell.h"
|
||||
#include "nsDocShellBase.h"
|
||||
|
||||
class nsHTMLDocShell : public nsIDocShell, public nsIHTMLDocShell,
|
||||
public nsIDocShellEdit, public nsIDocShellFile, public nsIGenericWindow,
|
||||
public nsIScrollable, public nsITextScroll
|
||||
class nsHTMLDocShell : public nsDocShellBase, public nsIHTMLDocShell
|
||||
{
|
||||
public:
|
||||
NS_DECL_ISUPPORTS
|
||||
|
||||
NS_DECL_NSIDOCSHELL
|
||||
NS_DECL_NSIHTMLDOCSHELL
|
||||
NS_DECL_NSIDOCSHELLEDIT
|
||||
NS_DECL_NSIDOCSHELLFILE
|
||||
NS_DECL_NSIGENERICWINDOW
|
||||
NS_DECL_NSISCROLLABLE
|
||||
NS_DECL_NSITEXTSCROLL
|
||||
|
||||
static NS_METHOD Create(nsISupports* aOuter, const nsIID& aIID, void** ppv);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user