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

Unified Diff: Source/core/dom/Attr.idl

Issue 1158433004: Remove Attr child nodes (making Attr a Node, not a ContainerNode) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: address feedback Created 5 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: Source/core/dom/Attr.idl
diff --git a/Source/core/dom/Attr.idl b/Source/core/dom/Attr.idl
index d1d6d523bebaaa11160f4e15ded2489bfb2aac84..54540ba1d6648299e1f6c8b91edabb936a2eabc5 100644
--- a/Source/core/dom/Attr.idl
+++ b/Source/core/dom/Attr.idl
@@ -33,9 +33,4 @@ interface Attr : Node {
[MeasureAs=AttributeOwnerElement] readonly attribute Element? ownerElement;
[MeasureAs=AttributeSpecified] readonly attribute boolean specified; // useless; always returns true
-
- // FIXME: Attr should not have any child nodes. crbug.com/305105
- [DeprecateAs=AttrChildAccess] readonly attribute NodeList childNodes;
- [DeprecateAs=AttrChildAccess] readonly attribute Node firstChild;
- [DeprecateAs=AttrChildAccess] readonly attribute Node lastChild;
};

Powered by Google App Engine
This is Rietveld 408576698