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

Unified Diff: Source/core/dom/NodeIteratorBase.h

Issue 744363002: Remove NodeIterator.expandEntityReferences / TreeWalker.expandEntityReferences (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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/NodeIterator.idl ('k') | Source/core/dom/TreeWalker.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/NodeIteratorBase.h
diff --git a/Source/core/dom/NodeIteratorBase.h b/Source/core/dom/NodeIteratorBase.h
index a9ce853bfd8d5de6754756fa2be56fdf55318e78..94966fd149ff4781974cb1b4217aff82a4cfaf49 100644
--- a/Source/core/dom/NodeIteratorBase.h
+++ b/Source/core/dom/NodeIteratorBase.h
@@ -40,10 +40,6 @@ public:
Node* root() const { return m_root.get(); }
unsigned whatToShow() const { return m_whatToShow; }
NodeFilter* filter() const { return m_filter.get(); }
- // |expandEntityReferences| first appeared in "DOM Level 2 Traversal and Range". However, this argument was
- // never implemented, and, in DOM4, the function argument |expandEntityReferences| is removed from
- // Document.createNodeIterator() and Document.createTreeWalker().
- bool expandEntityReferences() const { return false; }
virtual void trace(Visitor*);
« no previous file with comments | « Source/core/dom/NodeIterator.idl ('k') | Source/core/dom/TreeWalker.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698