| 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..ff871bc6d5bfe82a85a3221d94966662a86683dd 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
|
| + {
|
| + ASSERT_NOT_REACHED();
|
| + }
|
|
|
| const unsigned char* getTraceCategoryEnabledFlag(const char* categoryName) override
|
| {
|
|
|