Index: Source/core/html/shadow/DateTimeFieldElements.h |
diff --git a/Source/core/html/shadow/DateTimeFieldElements.h b/Source/core/html/shadow/DateTimeFieldElements.h |
index 9a6b325f095c9c0457e330d55522ac6a415d5a6e..88c73a3eed3aac8140fca50bfcd35cfaaa2c98cf 100644 |
--- a/Source/core/html/shadow/DateTimeFieldElements.h |
+++ b/Source/core/html/shadow/DateTimeFieldElements.h |
@@ -29,6 +29,7 @@ |
#if ENABLE(INPUT_MULTIPLE_FIELDS_UI) |
#include "core/html/shadow/DateTimeNumericFieldElement.h" |
#include "core/html/shadow/DateTimeSymbolicFieldElement.h" |
+#include "wtf/Allocator.h" |
namespace blink { |
@@ -226,6 +227,7 @@ class DateTimeYearFieldElement final : public DateTimeNumericFieldElement { |
public: |
struct Parameters { |
+ STACK_ALLOCATED(); |
int minimumYear; |
int maximumYear; |
bool minIsSpecified; |