| Index: Source/core/layout/LayoutTableSection.h
|
| diff --git a/Source/core/layout/LayoutTableSection.h b/Source/core/layout/LayoutTableSection.h
|
| index bfe837c76449d3a7c42bca1dc76c60bcd1c4b291..b893ab0c36767deddbca4509cb66b9c894373a01 100644
|
| --- a/Source/core/layout/LayoutTableSection.h
|
| +++ b/Source/core/layout/LayoutTableSection.h
|
| @@ -235,7 +235,7 @@ public:
|
|
|
| protected:
|
| virtual void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) override;
|
| - virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) override;
|
| + virtual bool nodeAtPoint(HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) override;
|
|
|
| private:
|
| virtual LayoutObjectChildList* virtualChildren() override { return children(); }
|
|
|