| Index: Source/core/layout/LayoutBlockFlow.h
|
| diff --git a/Source/core/layout/LayoutBlockFlow.h b/Source/core/layout/LayoutBlockFlow.h
|
| index 8d91dd9371b4db2bf6630b80131795fdcbaa9899..660b90a38ab0df9eacdf31a3db365ab65641d822 100644
|
| --- a/Source/core/layout/LayoutBlockFlow.h
|
| +++ b/Source/core/layout/LayoutBlockFlow.h
|
| @@ -425,7 +425,6 @@ public:
|
| bool m_discardMarginBefore : 1;
|
| bool m_discardMarginAfter : 1;
|
| };
|
| - LayoutUnit marginOffsetForSelfCollapsingBlock();
|
|
|
| FloatingObjects* floatingObjects() { return m_floatingObjects.get(); }
|
|
|
|
|