Chromium Code Reviews| Index: third_party/WebKit/Source/core/layout/svg/line/SVGRootInlineBox.h |
| diff --git a/third_party/WebKit/Source/core/layout/svg/line/SVGRootInlineBox.h b/third_party/WebKit/Source/core/layout/svg/line/SVGRootInlineBox.h |
| index 93b42990b60d8b45cd46bb607a0edab28df27611..c821a9ce9e3c0e52ada631a1f17b3d0a3e4073e1 100644 |
| --- a/third_party/WebKit/Source/core/layout/svg/line/SVGRootInlineBox.h |
| +++ b/third_party/WebKit/Source/core/layout/svg/line/SVGRootInlineBox.h |
| @@ -31,7 +31,6 @@ class SVGRootInlineBox final : public RootInlineBox { |
| public: |
| SVGRootInlineBox(LineLayoutItem block) |
| : RootInlineBox(block) |
| - , m_logicalHeight(0) |
| { |
| } |