Index: Source/core/accessibility/AXObject.h |
diff --git a/Source/core/accessibility/AXObject.h b/Source/core/accessibility/AXObject.h |
index 92899ad1c837cf80f29bee9cffa5e9360fa100bf..b3fa7fd40f7149b7d76ed8426145f41b96fe3de9 100644 |
--- a/Source/core/accessibility/AXObject.h |
+++ b/Source/core/accessibility/AXObject.h |
@@ -341,7 +341,6 @@ public: |
virtual bool isProgressIndicator() const { return false; } |
bool isRadioButton() const { return roleValue() == RadioButtonRole; } |
bool isScrollbar() const { return roleValue() == ScrollBarRole; } |
- bool isSeamlessWebArea() const { return roleValue() == SeamlessWebAreaRole; } |
virtual bool isSlider() const { return false; } |
virtual bool isSpinButton() const { return roleValue() == SpinButtonRole; } |
virtual bool isSpinButtonPart() const { return false; } |