Index: Source/modules/crypto/SubtleCrypto.cpp |
diff --git a/Source/modules/crypto/SubtleCrypto.cpp b/Source/modules/crypto/SubtleCrypto.cpp |
index e1ed70ee7ee55efb795ca217996c61d943f3b064..a8a4f7b6e7a99c20dad96f493a7cc162ec1b4bb0 100644 |
--- a/Source/modules/crypto/SubtleCrypto.cpp |
+++ b/Source/modules/crypto/SubtleCrypto.cpp |
@@ -42,7 +42,7 @@ |
#include "public/platform/WebCryptoAlgorithm.h" |
#include "wtf/ArrayBufferView.h" |
-namespace WebCore { |
+namespace blink { |
// Seems like the generated bindings should take care of these however it |
// currently doesn't. See also http://crbug.com/264520 |
@@ -397,4 +397,4 @@ ScriptPromise SubtleCrypto::unwrapKey(ScriptState* scriptState, const String& ra |
return promise; |
} |
-} // namespace WebCore |
+} // namespace blink |