| Index: third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
|
| diff --git a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h b/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
|
| index 2a086287e797462fd064d91e7c3e2760701ede82..0a2b8dd0c77dd6310e42ea9a3a60e0c31f1f41e5 100644
|
| --- a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
|
| +++ b/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
|
| @@ -237,7 +237,7 @@ class MODULES_EXPORT AXNodeObject : public AXObject {
|
| NameSources*,
|
| bool* foundTextAlternative) const;
|
| float stepValueForRange() const;
|
| - bool isDescendantOfElementType(const HTMLQualifiedName& tagName) const;
|
| + bool isDescendantOfElementType(HashSet<QualifiedName>& tagNames) const;
|
| String placeholderFromNativeAttribute() const;
|
| };
|
|
|
|
|