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; |
}; |