| Index: Source/core/accessibility/AXList.h
|
| diff --git a/Source/core/accessibility/AXList.h b/Source/core/accessibility/AXList.h
|
| index ed3c6152ec5a473b42e5597769b1c0ebc44561b3..2ab89fafc9283adae9d30741f00314b59f4da30c 100644
|
| --- a/Source/core/accessibility/AXList.h
|
| +++ b/Source/core/accessibility/AXList.h
|
| @@ -43,8 +43,9 @@ public:
|
|
|
| virtual bool isList() const OVERRIDE { return true; }
|
|
|
| - virtual AccessibilityRole roleValue() const OVERRIDE { return ListRole; }
|
| + virtual AccessibilityRole roleValue() const OVERRIDE FINAL;
|
| private:
|
| + bool isDescriptionList() const;
|
| virtual bool computeAccessibilityIsIgnored() const OVERRIDE;
|
| };
|
|
|
|
|