| Index: third_party/WebKit/Source/core/dom/Document.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
|
| index 751ed94316a95c3cdd331eee3a9f2bb57ca9c0b2..1a45f92f1230e66ee05822249fd165e7302cac7a 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -1393,7 +1393,6 @@ private:
|
| Member<Document> m_templateDocumentHost;
|
|
|
| Timer<Document> m_didAssociateFormControlsTimer;
|
| - HeapHashSet<Member<Element>> m_associatedFormControls;
|
|
|
| HeapHashSet<Member<SVGUseElement>> m_useElementsNeedingUpdate;
|
| HeapHashSet<Member<Element>> m_layerUpdateSVGFilterElements;
|
|
|