Chromium Code Reviews| 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; |
|
tkent
2017/06/01 23:48:10
nit: I'd like to move this next to |attributesForB
Shanmuga Pandi
2017/06/02 05:21:51
Done.
|
| // This is an operation defined in the DOM standard like: |
| // If element is in the HTML namespace and its node document is an HTML |