Index: Source/core/dom/NodeIterator.idl |
diff --git a/Source/core/dom/NodeIterator.idl b/Source/core/dom/NodeIterator.idl |
index 644537b1b6e2b4254daeac249bde523aa4bbca17..451a121a9f4d6fe03c8fd2192347a74866f41998 100644 |
--- a/Source/core/dom/NodeIterator.idl |
+++ b/Source/core/dom/NodeIterator.idl |
@@ -25,7 +25,7 @@ |
readonly attribute Node root; |
readonly attribute unsigned long whatToShow; |
readonly attribute NodeFilter filter; |
- readonly attribute boolean expandEntityReferences; |
+ [DeprecateAs=NodeIteratorExpandEntityReferences] readonly attribute boolean expandEntityReferences; |
readonly attribute Node referenceNode; |
readonly attribute boolean pointerBeforeReferenceNode; |