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

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

Issue 448043003: Drop const_iterator for AttributeCollection (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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/css/SelectorChecker.cpp ('k') | Source/core/dom/DatasetDOMStringMap.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/AttributeCollection.h
diff --git a/Source/core/dom/AttributeCollection.h b/Source/core/dom/AttributeCollection.h
index 860111cae01ec77928853ace81e1dae58bb9471e..d9ab832cfe8a4a3a1016082ffc4c27c9501b1312 100644
--- a/Source/core/dom/AttributeCollection.h
+++ b/Source/core/dom/AttributeCollection.h
@@ -93,8 +93,6 @@ private:
class AttributeCollection : public AttributeCollectionGeneric<const AttributeArray> {
public:
- typedef iterator const_iterator;
-
AttributeCollection()
: AttributeCollectionGeneric<const AttributeArray>(AttributeArray(nullptr, 0))
{ }
« no previous file with comments | « Source/core/css/SelectorChecker.cpp ('k') | Source/core/dom/DatasetDOMStringMap.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698