Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(410)

Unified Diff: third_party/WebKit/Source/core/html/forms/SearchInputType.cpp

Issue 2701993002: DO NOT COMMIT: Results of running new (proposed) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}

Powered by Google App Engine
This is Rietveld 408576698