| Index: Source/core/html/forms/DateTimeChooser.h
|
| diff --git a/Source/core/html/forms/DateTimeChooser.h b/Source/core/html/forms/DateTimeChooser.h
|
| index fe9ad3d10db51840e3655ae2761cae86b7e3b413..0a88a6d1f9499401ed4ab307558c8b21591d261f 100644
|
| --- a/Source/core/html/forms/DateTimeChooser.h
|
| +++ b/Source/core/html/forms/DateTimeChooser.h
|
| @@ -33,6 +33,7 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "platform/geometry/IntRect.h"
|
| +#include "wtf/Allocator.h"
|
| #include "wtf/RefCounted.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| @@ -41,12 +42,14 @@ namespace blink {
|
| class AXObject;
|
|
|
| struct DateTimeSuggestion {
|
| + ALLOW_ONLY_INLINE_ALLOCATION();
|
| double value;
|
| String localizedValue;
|
| String label;
|
| };
|
|
|
| struct DateTimeChooserParameters {
|
| + DISALLOW_ALLOCATION();
|
| AtomicString type;
|
| IntRect anchorRectInRootFrame;
|
| IntRect anchorRectInScreen;
|
|
|