| Index: Source/core/layout/LayoutTableSection.h
|
| diff --git a/Source/core/layout/LayoutTableSection.h b/Source/core/layout/LayoutTableSection.h
|
| index 74034e185b53dfaee6a8381936e6835872b7f1bf..29b6fee8ba220a345e5d79619e555f71e3cf4336 100644
|
| --- a/Source/core/layout/LayoutTableSection.h
|
| +++ b/Source/core/layout/LayoutTableSection.h
|
| @@ -235,7 +235,7 @@ public:
|
|
|
| protected:
|
| virtual void styleDidChange(StyleDifference, const LayoutStyle* 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(); }
|
|
|