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

Unified Diff: Source/core/html/HTMLFormElement.cpp

Issue 331623002: Oilpan: Prepare to move EventQueue and its subclasses to Oilpan heap. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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: Source/core/html/HTMLFormElement.cpp
diff --git a/Source/core/html/HTMLFormElement.cpp b/Source/core/html/HTMLFormElement.cpp
index 0e862a61d6656066c14d17e5a4ce4e59385cd052..9d58508ad0d2b6867a847f8f6fd8d3308f03ef69 100644
--- a/Source/core/html/HTMLFormElement.cpp
+++ b/Source/core/html/HTMLFormElement.cpp
@@ -101,6 +101,7 @@ void HTMLFormElement::trace(Visitor* visitor)
visitor->trace(m_radioButtonGroupScope);
visitor->trace(m_associatedElements);
visitor->trace(m_imageElements);
+ visitor->trace(m_pendingAutocompleteEventsQueue);
#endif
HTMLElement::trace(visitor);
}

Powered by Google App Engine
This is Rietveld 408576698