| Index: third_party/WebKit/Source/core/dom/AccessibleNode.h
|
| diff --git a/third_party/WebKit/Source/core/dom/AccessibleNode.h b/third_party/WebKit/Source/core/dom/AccessibleNode.h
|
| index 42822d29a7b3b67cac8ac72f425dd708dd101535..65800d11b91e5e1c5302d4049698840b5bf2a512 100644
|
| --- a/third_party/WebKit/Source/core/dom/AccessibleNode.h
|
| +++ b/third_party/WebKit/Source/core/dom/AccessibleNode.h
|
| @@ -152,8 +152,7 @@ class CORE_EXPORT AccessibleNode
|
|
|
| // Returns the given relation property if the Element has an AccessibleNode,
|
| // otherwise returns the equivalent ARIA attribute.
|
| - static AccessibleNode* GetPropertyOrARIAAttribute(Element*,
|
| - AOMRelationProperty);
|
| + static Element* GetPropertyOrARIAAttribute(Element*, AOMRelationProperty);
|
|
|
| // Returns true and provides the the value of the given relation
|
| // list property if the Element has an AccessibleNode, or if it has
|
|
|