Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(609)

Unified Diff: third_party/WebKit/Source/core/dom/Document.h

Issue 2189513004: Blink: prevent didAssociateFormControls notification while parsing the document. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « components/autofill/content/renderer/autofill_agent.cc ('k') | third_party/WebKit/Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698