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

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

Issue 1219013005: Fix virtual/override/final usage in Source/core/html/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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/HTMLMediaSource.h ('k') | Source/core/html/HTMLMetaElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLMenuItemElement.h
diff --git a/Source/core/html/HTMLMenuItemElement.h b/Source/core/html/HTMLMenuItemElement.h
index 1116ab8d321a620f5ea0af25835915a64f350328..c007941703e6df8d0942d6082dcb8abe95a15d25 100644
--- a/Source/core/html/HTMLMenuItemElement.h
+++ b/Source/core/html/HTMLMenuItemElement.h
@@ -16,7 +16,7 @@ public:
private:
explicit HTMLMenuItemElement(Document&);
- virtual void defaultEventHandler(Event*) override;
+ void defaultEventHandler(Event*) override;
};
} // namespace blink
« no previous file with comments | « Source/core/html/HTMLMediaSource.h ('k') | Source/core/html/HTMLMetaElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698