Chromium Code Reviews| 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..1e94248c524966edb228c2666128acea12738d75 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 |
|
jww
2015/11/10 18:43:16
There was a comment in one of the other classes ex
eroman
2015/11/10 19:26:14
The existing comment here was wrong here which is
|
| { |
| - // Do nothing: make blink::Platform use the default crypto-randoms. |
| + ASSERT_NOT_REACHED(); |
| } |
| void screenColorProfile(WebVector<char>* profile) override |