Chromium Code Reviews| Index: Source/WebCore/dom/Element.cpp |
| =================================================================== |
| --- Source/WebCore/dom/Element.cpp (revision 137540) |
| +++ Source/WebCore/dom/Element.cpp (working copy) |
| @@ -911,6 +911,13 @@ |
| return RenderObject::createObject(this, style); |
| } |
| +#if ENABLE(INPUT_MULTIPLE_FIELDS_UI) |
| +bool Element::isDateTimeFieldElement() const |
| +{ |
| + return false; |
| +} |
| +#endif |
| + |
| bool Element::wasChangedSinceLastFormControlChangeEvent() const |
| { |
| return false; |