Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: third_party/WebKit/Source/core/dom/Element.h

Issue 2912383002: Add support for Element.getAttributeNames() (Closed)
Patch Set: Removed redundant file Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698