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

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

Issue 1031073003: Deprecate Attr child nodes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update test expectations Created 5 years, 9 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
« no previous file with comments | « Source/core/dom/Attr.cpp ('k') | Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Attr.idl
diff --git a/Source/core/dom/Attr.idl b/Source/core/dom/Attr.idl
index 7e4f8e38933497b1016a64b7d93a8f52314ac61c..c5075bae7138a09e2487cacdf6fb6f787718f294 100644
--- a/Source/core/dom/Attr.idl
+++ b/Source/core/dom/Attr.idl
@@ -36,7 +36,7 @@ interface Attr : Node {
[MeasureAs=AttributeSpecified] readonly attribute boolean specified; // useless; always returns true
// FIXME: Attr should not have any child nodes. crbug.com/305105
- [MeasureAs=AttrChildAccess] readonly attribute NodeList childNodes;
- [MeasureAs=AttrChildAccess] readonly attribute Node firstChild;
- [MeasureAs=AttrChildAccess] readonly attribute Node lastChild;
+ [DeprecateAs=AttrChildAccess] readonly attribute NodeList childNodes;
+ [DeprecateAs=AttrChildAccess] readonly attribute Node firstChild;
+ [DeprecateAs=AttrChildAccess] readonly attribute Node lastChild;
};
« no previous file with comments | « Source/core/dom/Attr.cpp ('k') | Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698