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

Unified Diff: third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.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/parser/HTMLParserScheduler.cpp
diff --git a/third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.cpp b/third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.cpp
index 9802d5a41fc12edd140efe1a0e1c91a415f2c71c..890254d6d2ed2e54a11397b32af98529701393f9 100644
--- a/third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.cpp
+++ b/third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.cpp
@@ -78,8 +78,9 @@ void HTMLParserScheduler::scheduleForResume() {
DCHECK(!m_isSuspendedWithActiveTimer);
m_cancellableContinueParseTaskHandle =
m_loadingTaskRunner->postCancellableTask(
- BLINK_FROM_HERE, WTF::bind(&HTMLParserScheduler::continueParsing,
- wrapWeakPersistent(this)));
+ BLINK_FROM_HERE,
+ WTF::bind(&HTMLParserScheduler::continueParsing,
+ wrapWeakPersistent(this)));
}
void HTMLParserScheduler::suspend() {

Powered by Google App Engine
This is Rietveld 408576698