Chromium Code Reviews| Index: webkit/glue/editor_client_impl.cc |
| =================================================================== |
| --- webkit/glue/editor_client_impl.cc (revision 11686) |
| +++ webkit/glue/editor_client_impl.cc (working copy) |
| @@ -672,8 +672,7 @@ |
| if (element->hasLocalName(WebCore::HTMLNames::inputTag)) { |
| WebCore::HTMLInputElement* input_element = |
| static_cast<WebCore::HTMLInputElement*>(element); |
| - if (input_element->value().isEmpty()) |
| - Autofill(input_element, true); |
| + Autofill(input_element, true); |
| } |
| } |
| } |