Index: Source/core/dom/Attr.idl |
diff --git a/Source/core/dom/Attr.idl b/Source/core/dom/Attr.idl |
index de20538bcb480646b40140c3e5606f406e984b9b..3d8e960dd2712b931d450d69865004321bed2c61 100644 |
--- a/Source/core/dom/Attr.idl |
+++ b/Source/core/dom/Attr.idl |
@@ -27,8 +27,8 @@ interface Attr : Node { |
[MeasureAs=AttributeSpecified] readonly attribute boolean specified; |
[ImplementedAs=valueForBindings, CustomElementCallbacks] attribute DOMString? value; |
- [DeprecateAs=AttrNodeValue, ImplementedAs=valueForBindings] attribute DOMString? nodeValue; |
- [DeprecateAs=AttrTextContent, ImplementedAs=valueForBindings] attribute DOMString? textContent; |
+ [ImplementedAs=valueForBindings, MeasureAs=AttrNodeValue] attribute DOMString? nodeValue; |
+ [ImplementedAs=valueForBindings, MeasureAs=AttrTextContent] attribute DOMString? textContent; |
// DOM Level 2 |