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

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

Issue 2387263004: Manually remove many instances of a comma quirk arising from the reformat. (Closed)
Patch Set: merge with master; thakis nit Created 4 years, 2 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/TextAutosizer.cpp
diff --git a/third_party/WebKit/Source/core/layout/TextAutosizer.cpp b/third_party/WebKit/Source/core/layout/TextAutosizer.cpp
index b11bcdbcbbaec14682aa2f2d3eecf9550d4d1711..52f838534546151afd49ff3a41f589996f509d5a 100644
--- a/third_party/WebKit/Source/core/layout/TextAutosizer.cpp
+++ b/third_party/WebKit/Source/core/layout/TextAutosizer.cpp
@@ -287,12 +287,10 @@ static bool hasExplicitWidth(const LayoutBlock* block) {
TextAutosizer::TextAutosizer(const Document* document)
: m_document(document),
- m_firstBlockToBeginLayout(nullptr)
+ m_firstBlockToBeginLayout(nullptr),
#if ENABLE(ASSERT)
- ,
- m_blocksThatHaveBegunLayout()
+ m_blocksThatHaveBegunLayout(),
#endif
- ,
m_superclusters(),
m_clusterStack(),
m_fingerprintMapper(),

Powered by Google App Engine
This is Rietveld 408576698