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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutObject.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/LayoutObject.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.cpp b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
index 87e07f5bf1700c7a5f5cc85c95d46bc1edcbe15b..e18667f20f3f4fb6cbc88fa77e66a09c6d44186b 100644
--- a/third_party/WebKit/Source/core/layout/LayoutObject.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
@@ -230,13 +230,11 @@ LayoutObject::LayoutObject(Node* node)
m_node(node),
m_parent(nullptr),
m_previous(nullptr),
- m_next(nullptr)
+ m_next(nullptr),
#if ENABLE(ASSERT)
- ,
m_hasAXObject(false),
- m_setNeedsLayoutForbidden(false)
+ m_setNeedsLayoutForbidden(false),
#endif
- ,
m_bitfields(node) {
InstanceCounters::incrementCounter(InstanceCounters::LayoutObjectCounter);
if (m_node)
« no previous file with comments | « third_party/WebKit/Source/core/html/parser/HTMLTreeBuilder.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutPart.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698