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..e500aa4f3b7e3e592064448efc308644221ca35b 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 |
+ { |
+ RELEASE_ASSERT_NOT_REACHED(); |
+ } |
void setPublicSuffix(const blink::WebString& suffix) |
{ |