| Index: third_party/WebKit/Source/wtf/CryptographicallyRandomNumber.h
|
| diff --git a/third_party/WebKit/Source/wtf/CryptographicallyRandomNumber.h b/third_party/WebKit/Source/wtf/CryptographicallyRandomNumber.h
|
| index 3894a2fda23981c7fd5a7b0d3267e0dd91a1071a..38f5c428cf6f74b762726016aa8baf638a2c38a1 100644
|
| --- a/third_party/WebKit/Source/wtf/CryptographicallyRandomNumber.h
|
| +++ b/third_party/WebKit/Source/wtf/CryptographicallyRandomNumber.h
|
| @@ -37,7 +37,6 @@ WTF_EXPORT void setAlwaysZeroRandomSourceForTesting();
|
| // These functions are threadsafe.
|
| WTF_EXPORT uint32_t cryptographicallyRandomNumber();
|
| WTF_EXPORT void cryptographicallyRandomValues(void* buffer, size_t length);
|
| -
|
| }
|
|
|
| using WTF::cryptographicallyRandomNumber;
|
|
|