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

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

Issue 258143002: Oilpan: move DOM string collection objects to the Oilpan heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased to meet NodeRareData CL Created 6 years, 7 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/HTMLFormControlElement.cpp
diff --git a/Source/core/html/HTMLFormControlElement.cpp b/Source/core/html/HTMLFormControlElement.cpp
index 9bc9d1d066208c6f0da2f899a2b25720ddcf877d..9e543a2540aeab7dd59064f85575fd1863338cd3 100644
--- a/Source/core/html/HTMLFormControlElement.cpp
+++ b/Source/core/html/HTMLFormControlElement.cpp
@@ -504,4 +504,9 @@ void HTMLFormControlElement::setFocus(bool flag)
dispatchFormControlChangeEvent();
}
+void HTMLFormControlElement::trace(Visitor* visitor)
haraken 2014/05/08 11:59:59 tkent-san already implemented this when moving For
sof 2014/05/08 14:05:22 Yes, removed this trace() when rebasing just now.
+{
+ LabelableElement::trace(visitor);
+}
+
} // namespace Webcore

Powered by Google App Engine
This is Rietveld 408576698