| Index: Source/bindings/modules/v8/custom/V8SubtleCryptoCustom.cpp
|
| diff --git a/Source/bindings/modules/v8/custom/V8SubtleCryptoCustom.cpp b/Source/bindings/modules/v8/custom/V8SubtleCryptoCustom.cpp
|
| index 875de6075e36707ea2227fd49f8afb9be5237438..085137323a746f13bbabf3256815a7101cc60478 100644
|
| --- a/Source/bindings/modules/v8/custom/V8SubtleCryptoCustom.cpp
|
| +++ b/Source/bindings/modules/v8/custom/V8SubtleCryptoCustom.cpp
|
| @@ -10,7 +10,7 @@
|
| #include "bindings/core/v8/custom/V8ArrayBufferViewCustom.h"
|
| #include "bindings/modules/v8/V8CryptoKey.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // Overload resolution for verify()
|
| @@ -122,4 +122,4 @@ void V8SubtleCrypto::verifyMethodCustom(const v8::FunctionCallbackInfo<v8::Value
|
| exceptionState.throwIfNeeded();
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|