Index: Source/core/html/HTMLElement.h |
diff --git a/Source/core/html/HTMLElement.h b/Source/core/html/HTMLElement.h |
index 1368706083afe664ad0e3b875228486928277589..e4bcdbbd0893f1d88795564e88c68d3d26310cf6 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 FINAL; |
esprehn
2013/04/29 22:02:55
Missing OVERRIDE
|
virtual short tabIndex() const; |
void setTabIndex(int); |
@@ -115,7 +115,7 @@ protected: |
void calculateAndAdjustDirectionality(); |
private: |
- virtual String nodeName() const; |
+ virtual String nodeName() const FINAL; |
esprehn
2013/04/29 22:02:55
Missing OVERRIDE
|
void mapLanguageAttributeToLocale(const AtomicString&, MutableStylePropertySet*); |