зеркало из https://github.com/mozilla/gecko-dev.git
Bug 875328: Remove stranded (and unnecessary) method-override Attr::AppendChildTo(). r=bz
This commit is contained in:
Родитель
45060ddc8d
Коммит
31b994ebf8
|
@ -373,12 +373,6 @@ Attr::InsertChildAt(nsIContent* aKid, uint32_t aIndex,
|
|||
return NS_ERROR_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
nsresult
|
||||
Attr::AppendChildTo(nsIContent* aKid, bool aNotify)
|
||||
{
|
||||
return NS_ERROR_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
void
|
||||
Attr::RemoveChildAt(uint32_t aIndex, bool aNotify)
|
||||
{
|
||||
|
|
|
@ -64,7 +64,6 @@ public:
|
|||
virtual int32_t IndexOf(const nsINode* aPossibleChild) const MOZ_OVERRIDE;
|
||||
virtual nsresult InsertChildAt(nsIContent* aKid, uint32_t aIndex,
|
||||
bool aNotify);
|
||||
virtual nsresult AppendChildTo(nsIContent* aKid, bool aNotify);
|
||||
virtual void RemoveChildAt(uint32_t aIndex, bool aNotify);
|
||||
virtual nsresult Clone(nsINodeInfo *aNodeInfo, nsINode **aResult) const;
|
||||
virtual already_AddRefed<nsIURI> GetBaseURI() const;
|
||||
|
|
Загрузка…
Ссылка в новой задаче