| Index: third_party/WebKit/Source/core/html/HTMLCollection.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLCollection.h b/third_party/WebKit/Source/core/html/HTMLCollection.h
|
| index f38ec1d4fbaa89d954499aff8beb780538a9181b..6be5188220d7243116947f75be71da11e70af37a 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLCollection.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLCollection.h
|
| @@ -42,6 +42,9 @@ class HTMLCollectionIterator {
|
| public:
|
| explicit HTMLCollectionIterator(const CollectionType* collection)
|
| : m_collection(collection) {}
|
| +
|
| + /* DO NOT SUBMIT - merge conflict marker:
|
| + * Please spell |item| below, not |Item|. */
|
| NodeType* operator*() { return m_collection->item(m_index); }
|
|
|
| void operator++() {
|
|
|