Index: third_party/WebKit/Source/core/html/forms/SearchInputType.cpp |
diff --git a/third_party/WebKit/Source/core/html/forms/SearchInputType.cpp b/third_party/WebKit/Source/core/html/forms/SearchInputType.cpp |
index a12c860c854417bf1cb56d053fafaef99be49b3c..dda850dc2fa0d96f9f3ec5f1ddcc1c497839279a 100644 |
--- a/third_party/WebKit/Source/core/html/forms/SearchInputType.cpp |
+++ b/third_party/WebKit/Source/core/html/forms/SearchInputType.cpp |
@@ -150,7 +150,7 @@ const AtomicString& SearchInputType::defaultAutocapitalize() const { |
void SearchInputType::updateCancelButtonVisibility() { |
Element* button = element().userAgentShadowRoot()->getElementById( |
- ShadowElementNames::clearButton()); |
+ ShadowElementNames::searchClearButton()); |
if (!button) |
return; |
if (element().value().isEmpty()) { |