| 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 2355ead356d8c18632a984b9547e7e49a8339727..d9726265342972eafbe528374bc8fb54c630009e 100644
|
| --- a/third_party/WebKit/Source/wtf/CryptographicallyRandomNumber.h
|
| +++ b/third_party/WebKit/Source/wtf/CryptographicallyRandomNumber.h
|
| @@ -40,7 +40,6 @@ WTF_EXPORT void setRandomSource(RandomNumberSource);
|
| // These functions are threadsafe.
|
| WTF_EXPORT uint32_t cryptographicallyRandomNumber();
|
| WTF_EXPORT void cryptographicallyRandomValues(void* buffer, size_t length);
|
| -
|
| }
|
|
|
| using WTF::cryptographicallyRandomNumber;
|
|
|