| Index: Source/core/accessibility/AXMenuList.h
|
| diff --git a/Source/core/accessibility/AXMenuList.h b/Source/core/accessibility/AXMenuList.h
|
| index b7e3be0863f83e78e7aabce3d53c6fbb3830d54e..93efd64ae3076508414b2cd28ba2a356f79ca3f5 100644
|
| --- a/Source/core/accessibility/AXMenuList.h
|
| +++ b/Source/core/accessibility/AXMenuList.h
|
| @@ -35,7 +35,7 @@ class AXMenuListPopup;
|
| class HTMLOptionElement;
|
| class RenderMenuList;
|
|
|
| -class AXMenuList : public AXRenderObject {
|
| +class AXMenuList FINAL : public AXRenderObject {
|
| public:
|
| static PassRefPtr<AXMenuList> create(RenderMenuList* renderer);
|
|
|
|
|