| Index: Source/core/html/shadow/TextControlInnerElements.cpp | 
| diff --git a/Source/core/html/shadow/TextControlInnerElements.cpp b/Source/core/html/shadow/TextControlInnerElements.cpp | 
| index b2dfb1764215750a9a4c61a2a36a564fe3864419..5c86563ef43e07464dbf108159655a2b73c6d293 100644 | 
| --- a/Source/core/html/shadow/TextControlInnerElements.cpp | 
| +++ b/Source/core/html/shadow/TextControlInnerElements.cpp | 
| @@ -231,7 +231,6 @@ | 
|  | 
| if (event->type() == EventTypeNames::click && event->isMouseEvent() && toMouseEvent(event)->button() == LeftButton) { | 
| input->setValueForUser(""); | 
| -        input->setAutofilled(false); | 
| input->onSearch(); | 
| event->setDefaultHandled(); | 
| } | 
|  |