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

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: Action review comments. 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
« no previous file with comments | « Source/core/html/HTMLDirectoryElement.h ('k') | Source/core/html/HTMLEmbedElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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*);
« no previous file with comments | « Source/core/html/HTMLDirectoryElement.h ('k') | Source/core/html/HTMLEmbedElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698