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

Unified Diff: Source/core/html/forms/TextFieldInputType.h

Issue 267283007: Oilpan: Prepare to move form control ua shadow elements to Oilpan heap. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
« no previous file with comments | « Source/core/html/forms/RangeInputType.cpp ('k') | Source/core/html/forms/TextFieldInputType.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/forms/TextFieldInputType.h
diff --git a/Source/core/html/forms/TextFieldInputType.h b/Source/core/html/forms/TextFieldInputType.h
index f2272db1244b8a40da2a6b8ad009b28b481854c0..0eb1fda2d4c9eea5e1180696753a1fb72a288eac 100644
--- a/Source/core/html/forms/TextFieldInputType.h
+++ b/Source/core/html/forms/TextFieldInputType.h
@@ -41,6 +41,7 @@ class FormDataList;
// The class represents types of which UI contain text fields.
// It supports not only the types for BaseTextInputType but also type=number.
class TextFieldInputType : public InputType, protected SpinButtonElement::SpinButtonOwner {
+ WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(TextFieldInputType);
Mads Ager (chromium) 2014/05/08 08:22:39 You should implement trace here to make sure that
haraken 2014/05/08 08:26:11 Nice catch. Can this be detected by the plugin?
keishi 2014/05/08 09:28:15 Done. Added SpinButtonOwner::trace, TextFieldInpu
protected:
TextFieldInputType(HTMLInputElement&);
virtual ~TextFieldInputType();
« no previous file with comments | « Source/core/html/forms/RangeInputType.cpp ('k') | Source/core/html/forms/TextFieldInputType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698