| Index: Source/core/accessibility/AXList.h
|
| diff --git a/Source/core/accessibility/AXList.h b/Source/core/accessibility/AXList.h
|
| index 861b5d9f2dcd0c004d1e0cbfe79fa933433befa6..4b23f9eff4d6fac26753de87114732271dcaeb7c 100644
|
| --- a/Source/core/accessibility/AXList.h
|
| +++ b/Source/core/accessibility/AXList.h
|
| @@ -42,9 +42,6 @@ public:
|
| virtual ~AXList();
|
|
|
| virtual bool isList() const OVERRIDE { return true; }
|
| - bool isUnorderedList() const;
|
| - bool isOrderedList() const;
|
| - bool isDescriptionList() const;
|
|
|
| virtual AccessibilityRole roleValue() const OVERRIDE { return ListRole; }
|
| private:
|
|
|