| Index: Source/platform/fonts/FontCacheTest.cpp
|
| diff --git a/Source/platform/fonts/FontCacheTest.cpp b/Source/platform/fonts/FontCacheTest.cpp
|
| index 0b0cdbb18f6fe36d394ce5d3ea0d806e800f01e6..c982fd6fc0de9e8ac4a554516303f47ba7e0df17 100644
|
| --- a/Source/platform/fonts/FontCacheTest.cpp
|
| +++ b/Source/platform/fonts/FontCacheTest.cpp
|
| @@ -16,7 +16,7 @@ class EmptyPlatform : public Platform {
|
| public:
|
| EmptyPlatform() { }
|
| virtual ~EmptyPlatform() { }
|
| - virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length) OVERRIDE { }
|
| + virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length) override { }
|
| };
|
|
|
| TEST(FontCache, getLastResortFallbackFont)
|
|
|