| Index: Source/bindings/modules/v8/custom/V8CryptoCustom.cpp
|
| diff --git a/Source/bindings/modules/v8/custom/V8CryptoCustom.cpp b/Source/bindings/modules/v8/custom/V8CryptoCustom.cpp
|
| index e8785bc43766b015efaad6241ab91e20f6c899dd..8690feaeca772e9e595d10b5d8d5f5ae85fea99c 100644
|
| --- a/Source/bindings/modules/v8/custom/V8CryptoCustom.cpp
|
| +++ b/Source/bindings/modules/v8/custom/V8CryptoCustom.cpp
|
| @@ -33,7 +33,7 @@
|
| #include "modules/crypto/Crypto.h"
|
| #include "wtf/ArrayBufferView.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| void V8Crypto::getRandomValuesMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info)
|
| {
|
| @@ -61,4 +61,4 @@ void V8Crypto::getRandomValuesMethodCustom(const v8::FunctionCallbackInfo<v8::Va
|
| v8SetReturnValue(info, buffer);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|