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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.cpp

Issue 2940933003: DO NOT SUBMIT results of new clang-format (Closed)
Patch Set: Created 3 years, 6 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/layout/LayoutBlockFlowLine.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.cpp b/third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.cpp
index 78a1208c509d74d9b31d70bb57ff2d9bc7540dda..57a5fef8d65a407b38bcf6e65442898a6d66333b 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.cpp
@@ -1118,7 +1118,6 @@ void LayoutBlockFlow::LayoutRunsAndFloatsInRange(
LineBreaker line_breaker(LineLayoutBlockFlow(this));
-
while (!end_of_line.AtEnd()) {
// The runs from the previous line should have been cleaned up.
DCHECK(!resolver.Runs().RunCount());

Powered by Google App Engine
This is Rietveld 408576698