Index: third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurfaceTest.cpp |
diff --git a/third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurfaceTest.cpp b/third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurfaceTest.cpp |
index a128a26d7a2e1e1c39a29e33653eccb44d1ac212..a6fd744a4a7631c7b9bd3ae7b27a952b6ccd1ff9 100644 |
--- a/third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurfaceTest.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurfaceTest.cpp |
@@ -338,7 +338,10 @@ private: |
class CurrentThreadPlatformMock : public Platform { |
public: |
CurrentThreadPlatformMock() { } |
- virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length) { ASSERT_NOT_REACHED(); } |
+ virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length) |
+ { |
+ RELEASE_ASSERT_NOT_REACHED(); |
+ } |
WebThread* currentThread() override { return &m_currentThread; } |
void enterRunLoop() { m_currentThread.enterRunLoop(); } |