Index: Source/WebCore/dom/Element.h |
=================================================================== |
--- Source/WebCore/dom/Element.h (revision 137540) |
+++ Source/WebCore/dom/Element.h (working copy) |
@@ -368,6 +368,9 @@ |
#if ENABLE(INPUT_SPEECH) |
virtual bool isInputFieldSpeechButtonElement() const { return false; } |
#endif |
+#if ENABLE(INPUT_MULTIPLE_FIELDS_UI) |
+ virtual bool isDateTimeFieldElement() const; |
+#endif |
virtual bool isFormControlElement() const { return false; } |
virtual bool isEnabledFormControl() const { return true; } |