| Index: Source/core/accessibility/AXSpinButton.h
|
| diff --git a/Source/core/accessibility/AXSpinButton.h b/Source/core/accessibility/AXSpinButton.h
|
| index 12ae3adb23b56b71ab141cad11759f122f1ef225..b26e6f7d0082fc409d3d001f845f3b6f39eba920 100644
|
| --- a/Source/core/accessibility/AXSpinButton.h
|
| +++ b/Source/core/accessibility/AXSpinButton.h
|
| @@ -32,7 +32,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -class AXSpinButton : public AXMockObject {
|
| +class AXSpinButton FINAL : public AXMockObject {
|
| public:
|
| static PassRefPtr<AXSpinButton> create();
|
| virtual ~AXSpinButton();
|
| @@ -52,7 +52,7 @@ private:
|
| SpinButtonElement* m_spinButtonElement;
|
| };
|
|
|
| -class AXSpinButtonPart : public AXMockObject {
|
| +class AXSpinButtonPart FINAL : public AXMockObject {
|
| public:
|
| static PassRefPtr<AXSpinButtonPart> create();
|
| virtual ~AXSpinButtonPart() { }
|
|
|