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