Index: third_party/WebKit/Source/web/WebAXObject.cpp |
diff --git a/third_party/WebKit/Source/web/WebAXObject.cpp b/third_party/WebKit/Source/web/WebAXObject.cpp |
index 3f775e57e3774bbf451acb0bec63ca7dbf6c1bb5..2ed160aa5aa9b4b8325928ee417005416e37f0fa 100644 |
--- a/third_party/WebKit/Source/web/WebAXObject.cpp |
+++ b/third_party/WebKit/Source/web/WebAXObject.cpp |
@@ -313,14 +313,6 @@ bool WebAXObject::isHovered() const |
return m_private->isHovered(); |
} |
-bool WebAXObject::isIndeterminate() const |
-{ |
- if (isDetached()) |
- return false; |
- |
- return m_private->isIndeterminate(); |
-} |
- |
bool WebAXObject::isLinked() const |
{ |
if (isDetached()) |