Index: Source/web/WebAXObject.cpp |
diff --git a/Source/web/WebAXObject.cpp b/Source/web/WebAXObject.cpp |
index 0d04227c7233148f516b1b1742778121a8361636..ad4e2e059d7a392d16e9c4674b127b9f31589f19 100644 |
--- a/Source/web/WebAXObject.cpp |
+++ b/Source/web/WebAXObject.cpp |
@@ -389,14 +389,6 @@ bool WebAXObject::isSelectedOptionActive() const |
return m_private->isSelectedOptionActive(); |
} |
-bool WebAXObject::isVertical() const |
-{ |
- if (isDetached()) |
- return 0; |
- |
- return m_private->orientation() == AccessibilityOrientationVertical; |
-} |
- |
WebAXOrientation WebAXObject::orientation() const |
{ |
if (isDetached()) |