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 8731c690fbe4c74d4055739aa7a662884d4d684c..67edb86bb6a694e41c42708a680bd892f1126eda 100644 |
--- a/third_party/WebKit/Source/core/html/forms/SearchInputType.cpp |
+++ b/third_party/WebKit/Source/core/html/forms/SearchInputType.cpp |
@@ -107,8 +107,9 @@ void SearchInputType::startSearchEventTimer() { |
if (!length) { |
m_searchEventTimer.stop(); |
TaskRunnerHelper::get(TaskType::UserInteraction, &element().document()) |
- ->postTask(BLINK_FROM_HERE, WTF::bind(&HTMLInputElement::onSearch, |
- wrapPersistent(&element()))); |
+ ->postTask( |
+ BLINK_FROM_HERE, |
+ WTF::bind(&HTMLInputElement::onSearch, wrapPersistent(&element()))); |
return; |
} |