| Index: Source/modules/crypto/DOMWindowCrypto.cpp
|
| diff --git a/Source/modules/crypto/DOMWindowCrypto.cpp b/Source/modules/crypto/DOMWindowCrypto.cpp
|
| index b3e4c3fe6c7f9de5aee564d979afcb5e411d0c14..7222366051e76a6704aefb2cc8e73507b7f7c552 100644
|
| --- a/Source/modules/crypto/DOMWindowCrypto.cpp
|
| +++ b/Source/modules/crypto/DOMWindowCrypto.cpp
|
| @@ -34,7 +34,7 @@
|
| #include "core/frame/LocalDOMWindow.h"
|
| #include "modules/crypto/Crypto.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| DOMWindowCrypto::DOMWindowCrypto(LocalDOMWindow& window)
|
| : DOMWindowProperty(window.frame())
|
| @@ -78,4 +78,4 @@ void DOMWindowCrypto::trace(Visitor* visitor)
|
| WillBeHeapSupplement<LocalDOMWindow>::trace(visitor);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|