| Index: third_party/WebKit/Source/core/dom/Element.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Element.h b/third_party/WebKit/Source/core/dom/Element.h
|
| index 692a3816dcd465e23220f647099629765dbbe43e..9b73af221e9de61ff3fd36f426388cb0209b4387 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.h
|
| +++ b/third_party/WebKit/Source/core/dom/Element.h
|
| @@ -199,6 +199,7 @@ class CORE_EXPORT Element : public ContainerNode {
|
|
|
| const AtomicString& GetNameAttribute() const;
|
| const AtomicString& GetClassAttribute() const;
|
| + Vector<AtomicString> getAttributeNames() const;
|
|
|
| // This is an operation defined in the DOM standard like:
|
| // If element is in the HTML namespace and its node document is an HTML
|
|
|