зеркало из https://github.com/mozilla/gecko-dev.git
Bug 817279 - Make Element::SetParsedAttr non-virtual; r=bz
This commit is contained in:
Родитель
47f94fcff1
Коммит
c66d9b02b4
|
@ -458,9 +458,8 @@ public:
|
|||
|
||||
virtual nsresult SetAttr(int32_t aNameSpaceID, nsIAtom* aName, nsIAtom* aPrefix,
|
||||
const nsAString& aValue, bool aNotify);
|
||||
virtual nsresult SetParsedAttr(int32_t aNameSpaceID, nsIAtom* aName,
|
||||
nsIAtom* aPrefix, nsAttrValue& aParsedValue,
|
||||
bool aNotify);
|
||||
nsresult SetParsedAttr(int32_t aNameSpaceID, nsIAtom* aName, nsIAtom* aPrefix,
|
||||
nsAttrValue& aParsedValue, bool aNotify);
|
||||
virtual bool GetAttr(int32_t aNameSpaceID, nsIAtom* aName,
|
||||
nsAString& aResult) const;
|
||||
virtual bool HasAttr(int32_t aNameSpaceID, nsIAtom* aName) const;
|
||||
|
|
Загрузка…
Ссылка в новой задаче