| Index: third_party/WebKit/Source/core/layout/LayoutFieldset.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutFieldset.h b/third_party/WebKit/Source/core/layout/LayoutFieldset.h
|
| index 79afa5733e709eb54b2425dac9e628e48a8cbccc..ceff1d4b7420f793429220cb0eb5a94f00da7f26 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutFieldset.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutFieldset.h
|
| @@ -41,7 +41,8 @@ class LayoutFieldset final : public LayoutFlexibleBox {
|
| LayoutObject* beforeChild = nullptr) override;
|
| bool avoidsFloats() const override { return true; }
|
|
|
| - // We override the two baseline functions because we want our baseline to be the bottom of our margin box.
|
| + // We override the two baseline functions because we want our baseline to be
|
| + // the bottom of our margin box.
|
| int baselinePosition(FontBaseline,
|
| bool firstLine,
|
| LineDirectionMode,
|
|
|