| Index: third_party/WebKit/Source/core/layout/LayoutTableSection.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTableSection.h b/third_party/WebKit/Source/core/layout/LayoutTableSection.h
|
| index fc25e9224ebcbd21e48f64d5b3898ab285a7077c..89925cdb7bef1576b0ca397d896b11e9303593d3 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableSection.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableSection.h
|
| @@ -311,7 +311,7 @@ public:
|
|
|
| bool mapToVisualRectInAncestorSpace(const LayoutBoxModelObject* ancestor, LayoutRect&, VisualRectFlags = DefaultVisualRectFlags) const override;
|
|
|
| - bool hasRepeatingHeaderGroup() const;
|
| + bool isRepeatingHeaderGroup() const;
|
|
|
| protected:
|
| void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) override;
|
|
|