Fix problem with NS_IF_ADDREF on member variables inside of const
member functions. This includes removing all references to NS_DEF_PTR and the including of nsIPtr.h r=troy@netscape.com,dougt@netscape.com,scc@netscape.com # 28114 a=chofmann@netscape.com
This commit is contained in:
@@ -38,7 +38,6 @@
|
||||
#include "nsHTMLAtoms.h"
|
||||
#include "nsHTMLIIDs.h"
|
||||
#include "nsVoidArray.h"
|
||||
#include "nsIPtr.h"
|
||||
#include "nsIView.h"
|
||||
#include "nsStyleUtil.h"
|
||||
#include "nsLayoutAtoms.h"
|
||||
@@ -48,7 +47,6 @@
|
||||
#include "nsIHTMLTableCellElement.h"
|
||||
#include "nsIDOMHTMLTableCellElement.h"
|
||||
|
||||
NS_DEF_PTR(nsIStyleContext);
|
||||
static NS_DEFINE_IID(kIHTMLTableCellElementIID, NS_IHTMLTABLECELLELEMENT_IID);
|
||||
static NS_DEFINE_IID(kIDOMHTMLTableCellElementIID, NS_IDOMHTMLTABLECELLELEMENT_IID);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user