| 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))
|
| { }
|
|
|