| Index: third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
|
| index 4b47f1029ee7b7c2dbfc3ce0731aa865f4b87887..6813d840d820f2ac0974947fb62975435db2e5c6 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
|
| @@ -99,7 +99,7 @@ public:
|
|
|
| void computeOverflow(LayoutUnit oldClientAfterEdge, bool recomputeFloats = false) override;
|
|
|
| - void deleteLineBoxTree() final;
|
| + void deleteLineBoxTree();
|
|
|
| LayoutUnit availableLogicalWidthForLine(LayoutUnit position, IndentTextOrNot indentText, LayoutUnit logicalHeight = LayoutUnit()) const
|
| {
|
|
|