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

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

Issue 112513002: Remove keyboard input timeout for date, datetime-local, month, time, and week input types on non-An… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years 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/shadow/DateTimeNumericFieldElement.h
diff --git a/Source/core/html/shadow/DateTimeNumericFieldElement.h b/Source/core/html/shadow/DateTimeNumericFieldElement.h
index e38e210369691c7de8bb79641fd35bd1720094f1..9b96fb54e3b59dab2978aec680db63a951ba41fe 100644
--- a/Source/core/html/shadow/DateTimeNumericFieldElement.h
+++ b/Source/core/html/shadow/DateTimeNumericFieldElement.h
@@ -92,7 +92,6 @@ private:
int roundDown(int) const;
int typeAheadValue() const;
- DOMTimeStamp m_lastDigitCharTime;
const String m_placeholder;
const Range m_range;
const Range m_hardLimits;

Powered by Google App Engine
This is Rietveld 408576698