| 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 dd02557cd429bebc397d7aeaa04000dba395cb45..414ebe2c1f78f6d78fe9328620f1b2b534f49854 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++() {
|
|
|