| Index: third_party/WebKit/Source/platform/weborigin/OriginAccessEntryTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/weborigin/OriginAccessEntryTest.cpp b/third_party/WebKit/Source/platform/weborigin/OriginAccessEntryTest.cpp
|
| index 8a3562c3b218f331fe7a561d554bcf3191f9358d..ec071fe9d92f00a3ace5edb285052e8ed5a1e5a5 100644
|
| --- a/third_party/WebKit/Source/platform/weborigin/OriginAccessEntryTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/weborigin/OriginAccessEntryTest.cpp
|
| @@ -63,7 +63,10 @@ public:
|
| }
|
|
|
| // Stub for pure virtual method.
|
| - void cryptographicallyRandomValues(unsigned char*, size_t) override { ASSERT_NOT_REACHED(); }
|
| + void cryptographicallyRandomValues(unsigned char*, size_t) override
|
| + {
|
| + ASSERT_NOT_REACHED();
|
| + }
|
|
|
| void setPublicSuffix(const blink::WebString& suffix)
|
| {
|
|
|