Index: Source/core/rendering/RenderBlockFlow.h |
diff --git a/Source/core/rendering/RenderBlockFlow.h b/Source/core/rendering/RenderBlockFlow.h |
index 3344ef0d9f8d382ca8797f05b658649e20d2b1fb..9d332ae8d4850b7f1494951fb57b1e95b6da92cc 100644 |
--- a/Source/core/rendering/RenderBlockFlow.h |
+++ b/Source/core/rendering/RenderBlockFlow.h |
@@ -494,7 +494,7 @@ private: |
// Positions new floats and also adjust all floats encountered on the line if any of them |
// have to move to the next page/column. |
bool positionNewFloatOnLine(FloatingObject* newFloat, FloatingObject* lastFloatFromPreviousLine, LineInfo&, LineWidth&); |
- |
+ void positionDialog(); |
// END METHODS DEFINED IN RenderBlockLineLayout |