Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(630)

Unified Diff: Source/core/html/HTMLElement.h

Issue 14022022: FINALizing of the Node hierarchy. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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*);

Powered by Google App Engine
This is Rietveld 408576698