| Index: Source/core/accessibility/AXARIAGridRow.h
|
| diff --git a/Source/core/accessibility/AXARIAGridRow.h b/Source/core/accessibility/AXARIAGridRow.h
|
| index 54dc1f0ebfb6f15d53d99ad0137ba9b71ef452dd..1ec9528ae5c8501d07199b59816dcbe3eff2ef12 100644
|
| --- a/Source/core/accessibility/AXARIAGridRow.h
|
| +++ b/Source/core/accessibility/AXARIAGridRow.h
|
| @@ -33,7 +33,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -class AXARIAGridRow : public AXTableRow {
|
| +class AXARIAGridRow FINAL : public AXTableRow {
|
|
|
| private:
|
| explicit AXARIAGridRow(RenderObject*);
|
| @@ -47,7 +47,7 @@ public:
|
| virtual AXObject* headerObject() OVERRIDE;
|
|
|
| private:
|
| - virtual bool isARIATreeGridRow() const;
|
| + virtual bool isARIATreeGridRow() const OVERRIDE;
|
| };
|
|
|
| } // namespace WebCore
|
|
|