| Index: Source/core/html/shadow/DateTimeEditElement.h
|
| diff --git a/Source/core/html/shadow/DateTimeEditElement.h b/Source/core/html/shadow/DateTimeEditElement.h
|
| index 44160531671f2b18f5fcaa75b58b6f4472bae845..2716463164fca922748fdc542348224176ce6e49 100644
|
| --- a/Source/core/html/shadow/DateTimeEditElement.h
|
| +++ b/Source/core/html/shadow/DateTimeEditElement.h
|
| @@ -43,7 +43,7 @@ class StepRange;
|
| // representing date and time, such as
|
| // - Year, Month, Day Of Month
|
| // - Hour, Minute, Second, Millisecond, AM/PM
|
| -class DateTimeEditElement : public HTMLDivElement, public DateTimeFieldElement::FieldOwner {
|
| +class DateTimeEditElement FINAL : public HTMLDivElement, public DateTimeFieldElement::FieldOwner {
|
| WTF_MAKE_NONCOPYABLE(DateTimeEditElement);
|
|
|
| public:
|
|
|