| 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 262dca187e87669f7598202d3dc8d33e29cb27a6..1b04e07894cfa44555fcb5be81aa71c5bb0a3344 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFieldSetElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFieldSetElement.h
|
| @@ -66,7 +66,8 @@ class CORE_EXPORT HTMLFieldSetElement final : public HTMLFormControlElement {
|
| void refreshElementsIfNeeded() const;
|
|
|
| mutable FormAssociatedElement::List m_associatedElements;
|
| - // When dom tree is modified, we have to refresh the m_associatedElements array.
|
| + // When dom tree is modified, we have to refresh the m_associatedElements
|
| + // array.
|
| mutable uint64_t m_documentVersion;
|
| };
|
|
|
|
|