| Index: Source/core/html/HTMLElement.h
|
| diff --git a/Source/core/html/HTMLElement.h b/Source/core/html/HTMLElement.h
|
| index 1368706083afe664ad0e3b875228486928277589..ba5260f2498fbebe810494cf6ddddd3d85016c59 100644
|
| --- a/Source/core/html/HTMLElement.h
|
| +++ b/Source/core/html/HTMLElement.h
|
| @@ -43,7 +43,7 @@ public:
|
|
|
| PassRefPtr<HTMLCollection> children();
|
|
|
| - virtual String title() const;
|
| + virtual String title() const OVERRIDE FINAL;
|
|
|
| virtual short tabIndex() const;
|
| void setTabIndex(int);
|
| @@ -115,7 +115,7 @@ protected:
|
| void calculateAndAdjustDirectionality();
|
|
|
| private:
|
| - virtual String nodeName() const;
|
| + virtual String nodeName() const OVERRIDE FINAL;
|
|
|
| void mapLanguageAttributeToLocale(const AtomicString&, MutableStylePropertySet*);
|
|
|
|
|