Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / accessibility / AXList.h
index 861b5d9..4b23f9e 100644 (file)
@@ -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: