| Index: third_party/WebKit/Source/web/ImageDecodeBench.cpp
|
| diff --git a/third_party/WebKit/Source/web/ImageDecodeBench.cpp b/third_party/WebKit/Source/web/ImageDecodeBench.cpp
|
| index 98f7fa12be195937213699d4b61f55a1bbf9ff9e..988f2e8f87c89077dc604a2db175ade5901016f3 100644
|
| --- a/third_party/WebKit/Source/web/ImageDecodeBench.cpp
|
| +++ b/third_party/WebKit/Source/web/ImageDecodeBench.cpp
|
| @@ -369,7 +369,7 @@ int main(int argc, char* argv[])
|
|
|
| void cryptographicallyRandomValues(unsigned char*, size_t) override
|
| {
|
| - // Do nothing: make blink::Platform use the default crypto-randoms.
|
| + RELEASE_ASSERT_NOT_REACHED();
|
| }
|
|
|
| void screenColorProfile(WebVector<char>* profile) override
|
|
|