Bug 1479860: Add a missing override keyword that got lost. r=me

on a CLOSED TREE of course, sigh.

MozReview-Commit-ID: 5nqGog4zg3Z
This commit is contained in:
Emilio Cobos Álvarez 2018-08-01 11:29:39 +02:00
Родитель 84036b8de4
Коммит 8fbd92cc4b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -33,7 +33,7 @@ public:
// nsIContent
virtual nsresult BindToTree(nsIDocument* aDocument,
nsIContent* aParent,
nsIContent* aBindingParent);
nsIContent* aBindingParent) override;
virtual void UnbindFromTree(bool aDeep = true,
bool aNullParent = true) override;
virtual bool ParseAttribute(int32_t aNamespaceID,