| Index: Source/platform/text/DateTimeFormatTest.cpp
|
| diff --git a/Source/platform/text/DateTimeFormatTest.cpp b/Source/platform/text/DateTimeFormatTest.cpp
|
| index 9facc96b571147ca995b899bf63c12c0dd85afb4..da9a7dab6be4412a420009906e021a29ed83326b 100644
|
| --- a/Source/platform/text/DateTimeFormatTest.cpp
|
| +++ b/Source/platform/text/DateTimeFormatTest.cpp
|
| @@ -198,7 +198,7 @@ private:
|
| m_tokens.append(Token(fieldType, count));
|
| }
|
|
|
| - virtual void visitLiteral(const String& string) override
|
| + void visitLiteral(const String& string) override
|
| {
|
| m_tokens.append(Token(string));
|
| }
|
|
|