Fix for 104336, deCOMtaminate rulenode, rulewalker, frames, r=dbaron, sr=waterson
git-svn-id: svn://10.0.0.236/trunk@106100 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
#include "nsCOMPtr.h"
|
||||
|
||||
#include "nsIStyleSet.h"
|
||||
#include "nsIRuleWalker.h"
|
||||
#include "nsRuleWalker.h"
|
||||
|
||||
MOZ_DECL_CTOR_COUNTER(HTMLAttribute)
|
||||
|
||||
@@ -856,7 +856,7 @@ public:
|
||||
|
||||
NS_IMETHOD SetStyleSheet(nsIHTMLStyleSheet* aSheet);
|
||||
|
||||
NS_IMETHOD WalkMappedAttributeStyleRules(nsIRuleWalker* aRuleWalker) const;
|
||||
NS_IMETHOD WalkMappedAttributeStyleRules(nsRuleWalker* aRuleWalker) const;
|
||||
|
||||
#ifdef UNIQUE_ATTR_SUPPORT
|
||||
NS_IMETHOD AddContentRef(void);
|
||||
@@ -1474,7 +1474,7 @@ HTMLAttributesImpl::SetStyleSheet(nsIHTMLStyleSheet* aSheet)
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
HTMLAttributesImpl::WalkMappedAttributeStyleRules(nsIRuleWalker* aRuleWalker) const
|
||||
HTMLAttributesImpl::WalkMappedAttributeStyleRules(nsRuleWalker* aRuleWalker) const
|
||||
{
|
||||
if (aRuleWalker && mMapped)
|
||||
aRuleWalker->Forward((nsIStyleRule*)mMapped);
|
||||
|
||||
Reference in New Issue
Block a user