Index: Source/core/layout/LayoutBlockFlow.h |
diff --git a/Source/core/layout/LayoutBlockFlow.h b/Source/core/layout/LayoutBlockFlow.h |
index f9333810f8f5557d0066ec3fb08dbb1efa50b50d..b47253a217f11098220fd66ffd6e90e739fb35e7 100644 |
--- a/Source/core/layout/LayoutBlockFlow.h |
+++ b/Source/core/layout/LayoutBlockFlow.h |
@@ -499,6 +499,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 |