Chromium Code Reviews| Index: Source/WebCore/html/shadow/DateTimeFieldElement.cpp |
| =================================================================== |
| --- Source/WebCore/html/shadow/DateTimeFieldElement.cpp (revision 134890) |
| +++ Source/WebCore/html/shadow/DateTimeFieldElement.cpp (working copy) |
| @@ -111,7 +111,7 @@ |
| if (keyIdentifier == "U+0008" || keyIdentifier == "U+007F") { |
| keyboardEvent->setDefaultHandled(); |
| - setEmptyValue(DateComponents(), DispatchEvent); |
| + setEmptyValue(DispatchEvent); |
| return; |
| } |
| } |