| Index: Source/core/html/shadow/DateTimeEditElement.cpp
|
| diff --git a/Source/core/html/shadow/DateTimeEditElement.cpp b/Source/core/html/shadow/DateTimeEditElement.cpp
|
| index e70d5513509f9506baa24b10928a1b32e97fb745..edd9207f00a800b717f0310f24665ec4260eca3b 100644
|
| --- a/Source/core/html/shadow/DateTimeEditElement.cpp
|
| +++ b/Source/core/html/shadow/DateTimeEditElement.cpp
|
| @@ -69,8 +69,8 @@ private:
|
| DateTimeNumericFieldElement::Step createStep(double msPerFieldUnit, double msPerFieldSize) const;
|
|
|
| // DateTimeFormat::TokenHandler functions.
|
| - virtual void visitField(DateTimeFormat::FieldType, int) OVERRIDE FINAL;
|
| - virtual void visitLiteral(const String&) OVERRIDE FINAL;
|
| + virtual void visitField(DateTimeFormat::FieldType, int) override final;
|
| + virtual void visitLiteral(const String&) override final;
|
|
|
| DateTimeEditElement& m_editElement;
|
| const DateComponents m_dateValue;
|
|
|