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 f9aeac1aae2cbd8b96c8a5fc34214902f00b5e9e..dcd14310064e7bde478c08b08901ff7663e65313 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()) |