Index: Source/core/rendering/RenderBlockFlow.h |
diff --git a/Source/core/rendering/RenderBlockFlow.h b/Source/core/rendering/RenderBlockFlow.h |
index 8592c32c35c3e0f8e46707b4124270e7d14d84aa..19dc40d7b3dcae6cafa126480c84a6ed2937002a 100644 |
--- a/Source/core/rendering/RenderBlockFlow.h |
+++ b/Source/core/rendering/RenderBlockFlow.h |
@@ -342,9 +342,6 @@ protected: |
// RenderBlockLineLayout. They should be moved to the proper header once the |
// line layout code is separated from RenderBlock and RenderBlockFlow. |
// START METHODS DEFINED IN RenderBlockLineLayout |
-public: |
- static void appendRunsForObject(BidiRunList<BidiRun>&, int start, int end, RenderObject*, InlineBidiResolver&); |
- |
private: |
InlineFlowBox* createLineBoxes(RenderObject*, const LineInfo&, InlineBox* childBox, bool startsNewSegment); |
RootInlineBox* constructLine(BidiRunList<BidiRun>&, const LineInfo&); |