зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
84036b8de4
Коммит
8fbd92cc4b
|
@ -33,7 +33,7 @@ public:
|
||||||
// nsIContent
|
// nsIContent
|
||||||
virtual nsresult BindToTree(nsIDocument* aDocument,
|
virtual nsresult BindToTree(nsIDocument* aDocument,
|
||||||
nsIContent* aParent,
|
nsIContent* aParent,
|
||||||
nsIContent* aBindingParent);
|
nsIContent* aBindingParent) override;
|
||||||
virtual void UnbindFromTree(bool aDeep = true,
|
virtual void UnbindFromTree(bool aDeep = true,
|
||||||
bool aNullParent = true) override;
|
bool aNullParent = true) override;
|
||||||
virtual bool ParseAttribute(int32_t aNamespaceID,
|
virtual bool ParseAttribute(int32_t aNamespaceID,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче