| Index: Source/core/rendering/RenderBlock.h
|
| diff --git a/Source/core/rendering/RenderBlock.h b/Source/core/rendering/RenderBlock.h
|
| index cbdd9f3852d30c21718c9931c959db0ed9f8bbc7..67f7f1dc1a577ffbc7dbfcd03405b983f884cbe1 100644
|
| --- a/Source/core/rendering/RenderBlock.h
|
| +++ b/Source/core/rendering/RenderBlock.h
|
| @@ -567,7 +567,7 @@ protected:
|
|
|
| bool logicalWidthChangedInRegions(RenderFlowThread*) const;
|
|
|
| - virtual bool requiresColumns(int desiredColumnCount) const;
|
| + bool requiresColumns(int desiredColumnCount) const;
|
|
|
| virtual bool updateLogicalWidthAndColumnWidth();
|
|
|
|
|