Index: Source/core/html/shadow/DateTimeFieldElement.h |
diff --git a/Source/core/html/shadow/DateTimeFieldElement.h b/Source/core/html/shadow/DateTimeFieldElement.h |
index a2e42a9599bb25af55bd54e24df1c19b78dd8acc..66ff3b7918420bd95c5a121a1cdfc86e74b0e66e 100644 |
--- a/Source/core/html/shadow/DateTimeFieldElement.h |
+++ b/Source/core/html/shadow/DateTimeFieldElement.h |
@@ -92,7 +92,7 @@ protected: |
private: |
void defaultKeyboardEventHandler(KeyboardEvent*); |
- virtual bool isDateTimeFieldElement() const OVERRIDE; |
+ virtual bool isDateTimeFieldElement() const OVERRIDE FINAL; |
bool isFieldOwnerDisabled() const; |
bool isFieldOwnerReadOnly() const; |
virtual bool supportsFocus() const OVERRIDE FINAL; |