| Index: Source/core/accessibility/AXARIAGridCell.h
|
| diff --git a/Source/core/accessibility/AXARIAGridCell.h b/Source/core/accessibility/AXARIAGridCell.h
|
| index 0bf53fbbfd7899c860b9ae9b65c05916a231f507..4e34c69ee67030b8f817ee3dd586a9f2bcb96c7d 100644
|
| --- a/Source/core/accessibility/AXARIAGridCell.h
|
| +++ b/Source/core/accessibility/AXARIAGridCell.h
|
| @@ -33,7 +33,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -class AXARIAGridCell : public AXTableCell {
|
| +class AXARIAGridCell FINAL : public AXTableCell {
|
|
|
| private:
|
| explicit AXARIAGridCell(RenderObject*);
|
| @@ -47,7 +47,7 @@ public:
|
| virtual void columnIndexRange(pair<unsigned, unsigned>& columnRange) OVERRIDE;
|
|
|
| protected:
|
| - virtual AXObject* parentTable() const;
|
| + virtual AXObject* parentTable() const OVERRIDE;
|
| };
|
|
|
| } // namespace WebCore
|
|
|