Index: third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp |
diff --git a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp b/third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp |
index af78ba8b3d1a3c90a0ead5a828483443c75bfd12..4ee9228e6fad4586fd15b2573edf91227fc9e4ff 100644 |
--- a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp |
+++ b/third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp |
@@ -145,7 +145,7 @@ |
axObjectCache().postNotification(getNode(), AXObjectCacheImpl::AXValueChanged); |
} |
-AXObject* AXNodeObject::activeDescendant() |
+AXObject* AXNodeObject::activeDescendant() const |
{ |
if (!getNode() || !getNode()->isElementNode()) |
return nullptr; |