| Index: third_party/WebKit/Source/core/html/HTMLFieldSetElement.h
 | 
| diff --git a/third_party/WebKit/Source/core/html/HTMLFieldSetElement.h b/third_party/WebKit/Source/core/html/HTMLFieldSetElement.h
 | 
| index 226fffcb738d72b5fec2e3a66c77fb36b014a2d0..1a91b805e3f974fbfd586b3d7057a295181cfff6 100644
 | 
| --- a/third_party/WebKit/Source/core/html/HTMLFieldSetElement.h
 | 
| +++ b/third_party/WebKit/Source/core/html/HTMLFieldSetElement.h
 | 
| @@ -61,11 +61,11 @@ class CORE_EXPORT HTMLFieldSetElement final : public HTMLFormControlElement {
 | 
|  
 | 
|    static void invalidateDisabledStateUnder(Element&);
 | 
|    void refreshElementsIfNeeded() const;
 | 
| -  const FormAssociatedElement::List& associatedElements() const;
 | 
| +  const ListedElement::List& listedElements() const;
 | 
|  
 | 
| -  // TODO(tkent): Remove m_associcatedElements.
 | 
| -  mutable FormAssociatedElement::List m_associatedElements;
 | 
| -  // When dom tree is modified, we have to refresh the m_associatedElements
 | 
| +  // TODO(tkent): Remove m_listedElements.
 | 
| +  mutable ListedElement::List m_listedElements;
 | 
| +  // When dom tree is modified, we have to refresh the m_listedElements
 | 
|    // array.
 | 
|    mutable uint64_t m_documentVersion;
 | 
|  };
 | 
| 
 |