Index: third_party/WebKit/Source/platform/TestingPlatformSupport.cpp |
diff --git a/third_party/WebKit/Source/platform/TestingPlatformSupport.cpp b/third_party/WebKit/Source/platform/TestingPlatformSupport.cpp |
index 7733af6be9659cf735ec27c5bf7b1c169d1cd969..96fed1a842ee992ce21271e022cf5f23e793f3d9 100644 |
--- a/third_party/WebKit/Source/platform/TestingPlatformSupport.cpp |
+++ b/third_party/WebKit/Source/platform/TestingPlatformSupport.cpp |
@@ -88,6 +88,7 @@ WebDiscardableMemory* TestingPlatformSupport::allocateAndLockDiscardableMemory(s |
void TestingPlatformSupport::cryptographicallyRandomValues(unsigned char* buffer, size_t length) |
{ |
+ RELEASE_ASSERT_NOT_REACHED(); |
} |
const unsigned char* TestingPlatformSupport::getTraceCategoryEnabledFlag(const char* categoryName) |