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..05e205b9e2f5ae4f184fc4607dcf3ecb5b7d4ce6 100644 |
--- a/third_party/WebKit/Source/core/dom/Element.h |
+++ b/third_party/WebKit/Source/core/dom/Element.h |
@@ -368,6 +368,7 @@ class CORE_EXPORT Element : public ContainerNode { |
// For exposing to DOM only. |
NamedNodeMap* attributesForBindings() const; |
+ Vector<AtomicString> getAttributeNames() const; |
enum class AttributeModificationReason { kDirectly, kByParser, kByCloning }; |
struct AttributeModificationParams { |