| Index: Source/core/html/forms/DateTimeFieldsState.h
|
| diff --git a/Source/core/html/forms/DateTimeFieldsState.h b/Source/core/html/forms/DateTimeFieldsState.h
|
| index dc4174afee006aa1288f8c80ddb89900fec9a585..c97b9299c48545a4300588292a61fccfe1cc84d9 100644
|
| --- a/Source/core/html/forms/DateTimeFieldsState.h
|
| +++ b/Source/core/html/forms/DateTimeFieldsState.h
|
| @@ -28,6 +28,8 @@
|
|
|
| #if ENABLE(INPUT_MULTIPLE_FIELDS_UI)
|
|
|
| +#include "wtf/Allocator.h"
|
| +
|
| namespace blink {
|
|
|
| class FormControlState;
|
| @@ -39,6 +41,7 @@ class FormControlState;
|
| // Each field can contain invalid value for date, e.g. day of month field can
|
| // be 30 even if month field is February.
|
| class DateTimeFieldsState {
|
| + STACK_ALLOCATED();
|
| public:
|
| enum AMPMValue {
|
| AMPMValueEmpty = -1,
|
|
|