Index: third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
index 4f26518434299aa68276b15bd47d58db8dced2ba..99626fdfd55997471a2d2c2f271d68ed95890f15 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
@@ -582,7 +582,6 @@ protected: |
OwnPtr<FloatingObjects> m_floatingObjects; |
friend class MarginInfo; |
- friend class LineBreaker; |
friend class LineWidth; // needs to know FloatingObject |
// FIXME-BLOCKFLOW: These methods have implementations in |