| Index: third_party/WebKit/Source/core/dom/ScriptRunnerTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/ScriptRunnerTest.cpp b/third_party/WebKit/Source/core/dom/ScriptRunnerTest.cpp
|
| index 869f189ed7ce52e7da5982ebd77342f854abe8c6..5005d192312e1b9ccc34bea098dfba7064684c66 100644
|
| --- a/third_party/WebKit/Source/core/dom/ScriptRunnerTest.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ScriptRunnerTest.cpp
|
| @@ -102,7 +102,10 @@ public:
|
| {
|
| }
|
|
|
| - void cryptographicallyRandomValues(unsigned char* buffer, size_t length) override { }
|
| + void cryptographicallyRandomValues(unsigned char* buffer, size_t length) override
|
| + {
|
| + RELEASE_ASSERT_NOT_REACHED();
|
| + }
|
|
|
| const unsigned char* getTraceCategoryEnabledFlag(const char* categoryName) override
|
| {
|
|
|