Bug 270708 remove nsPresContext variable from AttributeChanged and cleaned up comment in nsIFrame.h

p=bugmail@q1n.org r=pkwarren sr=bzbarsky
This commit is contained in:
bugzilla@arlen.demon.co.uk
2004-12-31 01:13:27 +00:00
parent 94031ab99a
commit 3238ab2753
77 changed files with 199 additions and 284 deletions

View File

@@ -173,8 +173,7 @@ public:
virtual nsIAtom* GetType() const;
/** handler for attribute changes to mContent */
NS_IMETHOD AttributeChanged(nsPresContext* aPresContext,
nsIContent* aChild,
NS_IMETHOD AttributeChanged(nsIContent* aChild,
PRInt32 aNameSpaceID,
nsIAtom* aAttribute,
PRInt32 aModType);