Index: third_party/WebKit/Source/core/layout/line/InlineBox.h |
diff --git a/third_party/WebKit/Source/core/layout/line/InlineBox.h b/third_party/WebKit/Source/core/layout/line/InlineBox.h |
index f4365e638b135e835bb721c4cf56a72985b9533e..0f330b1d0db4b60976f972e0d9f803637989b3cd 100644 |
--- a/third_party/WebKit/Source/core/layout/line/InlineBox.h |
+++ b/third_party/WebKit/Source/core/layout/line/InlineBox.h |
@@ -50,9 +50,7 @@ class CORE_EXPORT InlineBox : public DisplayItemClient { |
m_prev(nullptr), |
m_parent(nullptr), |
m_lineLayoutItem(obj), |
- m_logicalWidth() |
- { |
- } |
+ m_logicalWidth() {} |
InlineBox(LineLayoutItem item, |
LayoutPoint topLeft, |
@@ -71,9 +69,7 @@ class CORE_EXPORT InlineBox : public DisplayItemClient { |
m_parent(parent), |
m_lineLayoutItem(item), |
m_location(topLeft), |
- m_logicalWidth(logicalWidth) |
- { |
- } |
+ m_logicalWidth(logicalWidth) {} |
virtual ~InlineBox(); |