| Index: Source/core/rendering/RenderBox.h
|
| diff --git a/Source/core/rendering/RenderBox.h b/Source/core/rendering/RenderBox.h
|
| index 588e4502e84e88dd2b8dcdfab26c7da13320cc4e..be4facab7985ef1d107113fdd5e25428c6d5fe16 100644
|
| --- a/Source/core/rendering/RenderBox.h
|
| +++ b/Source/core/rendering/RenderBox.h
|
| @@ -540,7 +540,7 @@ public:
|
| bool shrinkToAvoidFloats() const;
|
| virtual bool avoidsFloats() const;
|
|
|
| - virtual void markForPaginationRelayoutIfNeeded(SubtreeLayoutScope&) { }
|
| + virtual void markForPaginationRelayoutIfNeeded(SubtreeLayoutScope&);
|
|
|
| bool isWritingModeRoot() const { return !parent() || parent()->style()->writingMode() != style()->writingMode(); }
|
|
|
|
|