Index: Source/modules/crypto/CryptoResultImpl.cpp |
diff --git a/Source/modules/crypto/CryptoResultImpl.cpp b/Source/modules/crypto/CryptoResultImpl.cpp |
index 3542e7572d7585481ae4973f920297a6adfe635a..b0d0708a2a1c45f47213e92d1952cd4a7604f395 100644 |
--- a/Source/modules/crypto/CryptoResultImpl.cpp |
+++ b/Source/modules/crypto/CryptoResultImpl.cpp |
@@ -45,7 +45,7 @@ |
#include "public/platform/WebCryptoAlgorithm.h" |
#include "wtf/ArrayBufferView.h" |
-namespace WebCore { |
+namespace blink { |
class CryptoResultImpl::WeakResolver : public ScriptPromiseResolver { |
public: |
@@ -193,4 +193,4 @@ ScriptPromise CryptoResultImpl::promise() |
return m_resolver ? m_resolver->promise() : ScriptPromise(); |
} |
-} // namespace WebCore |
+} // namespace blink |