Index: Source/core/accessibility/AXMenuListOption.h |
diff --git a/Source/core/accessibility/AXMenuListOption.h b/Source/core/accessibility/AXMenuListOption.h |
index 8c20d8d30678f49eef210cde72708529aef4018c..1faaca4266d6cac4bde0a5fa7fd8c7fc3fb02b58 100644 |
--- a/Source/core/accessibility/AXMenuListOption.h |
+++ b/Source/core/accessibility/AXMenuListOption.h |
@@ -33,7 +33,7 @@ namespace WebCore { |
class AXMenuListPopup; |
class HTMLElement; |
-class AXMenuListOption : public AXMockObject { |
+class AXMenuListOption FINAL : public AXMockObject { |
public: |
static PassRefPtr<AXMenuListOption> create() { return adoptRef(new AXMenuListOption); } |