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

Unified Diff: Source/WebCore/html/shadow/DateTimeNumericFieldElement.h

Issue 12090060: Merge 140788 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 11 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/WebCore/html/shadow/DateTimeFieldElements.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/html/shadow/DateTimeNumericFieldElement.h
===================================================================
--- Source/WebCore/html/shadow/DateTimeNumericFieldElement.h (revision 141196)
+++ Source/WebCore/html/shadow/DateTimeNumericFieldElement.h (working copy)
@@ -71,7 +71,7 @@
virtual int maximum() const OVERRIDE FINAL;
virtual void setEmptyValue(EventBehavior = DispatchNoEvent) OVERRIDE FINAL;
virtual void setValueAsInteger(int, EventBehavior = DispatchNoEvent) OVERRIDE;
- virtual int valueAsInteger() const OVERRIDE;
+ virtual int valueAsInteger() const OVERRIDE FINAL;
virtual String visibleValue() const OVERRIDE FINAL;
private:
« no previous file with comments | « Source/WebCore/html/shadow/DateTimeFieldElements.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698