Index: Source/core/layout/LayoutBoxModelObject.h |
diff --git a/Source/core/layout/LayoutBoxModelObject.h b/Source/core/layout/LayoutBoxModelObject.h |
index c1cb0b18352ce902be9978b7e9bb9a3c4de6fccf..e915d7494aa3d22c5a9a1bf0e53287fe38165285 100644 |
--- a/Source/core/layout/LayoutBoxModelObject.h |
+++ b/Source/core/layout/LayoutBoxModelObject.h |
@@ -265,8 +265,6 @@ private: |
LayoutUnit computedCSSPadding(const Length&) const; |
virtual bool isBoxModelObject() const override final { return true; } |
- virtual bool isLayoutBoxModelObject() const override final { return true; } |
- |
OwnPtr<DeprecatedPaintLayer> m_layer; |
}; |