| Index: Source/core/layout/LayoutBlockFlow.h
|
| diff --git a/Source/core/layout/LayoutBlockFlow.h b/Source/core/layout/LayoutBlockFlow.h
|
| index 9f13ff8bbc3a0695f33b26698ac463c375e7ec8f..c212c34dd2c6c4d067f43d8165aa6148e6d06585 100644
|
| --- a/Source/core/layout/LayoutBlockFlow.h
|
| +++ b/Source/core/layout/LayoutBlockFlow.h
|
| @@ -498,6 +498,7 @@ protected:
|
| OwnPtr<FloatingObjects> m_floatingObjects;
|
|
|
| friend class BreakingContext; // FIXME: It uses insertFloatingObject and positionNewFloatOnLine, if we move those out from the private scope/add a helper to LineBreaker, we can remove this friend
|
| + friend class LineLayoutBlockFlow;
|
| friend class MarginInfo;
|
| friend class LineBreaker;
|
| friend class LineWidth; // needs to know FloatingObject
|
|
|