| Index: Source/core/rendering/RenderBlock.h
|
| diff --git a/Source/core/rendering/RenderBlock.h b/Source/core/rendering/RenderBlock.h
|
| index d4e3bdbddda8b05ba4f7fa8e706b1bc90579fa6b..9609543902c729a3a7662a2dd540b39b31cfd473 100644
|
| --- a/Source/core/rendering/RenderBlock.h
|
| +++ b/Source/core/rendering/RenderBlock.h
|
| @@ -445,7 +445,7 @@ protected:
|
| enum PageBoundaryRule { ExcludePageBoundary, IncludePageBoundary };
|
| LayoutUnit nextPageLogicalTop(LayoutUnit logicalOffset, PageBoundaryRule = ExcludePageBoundary) const;
|
|
|
| - bool createsBlockFormattingContext() const;
|
| + bool createsNewFormattingContext() const;
|
|
|
| public:
|
| LayoutUnit pageLogicalHeightForOffset(LayoutUnit offset) const;
|
|
|