Index: Source/bindings/modules/v8/custom/V8CryptoKeyCustom.cpp |
diff --git a/Source/bindings/modules/v8/custom/V8CryptoKeyCustom.cpp b/Source/bindings/modules/v8/custom/V8CryptoKeyCustom.cpp |
index 6d6afa19a3376031d927236cf48389aa108c7f69..d2fbc7ba9b8e071c37f8504a0e956a038411f48a 100644 |
--- a/Source/bindings/modules/v8/custom/V8CryptoKeyCustom.cpp |
+++ b/Source/bindings/modules/v8/custom/V8CryptoKeyCustom.cpp |
@@ -11,7 +11,7 @@ |
#include "public/platform/WebCryptoKeyAlgorithm.h" |
#include "wtf/Uint8Array.h" |
-namespace WebCore { |
+namespace blink { |
class DictionaryBuilder : public blink::WebCryptoKeyAlgorithmDictionary { |
public: |
@@ -65,4 +65,4 @@ void V8CryptoKey::algorithmAttributeGetterCustom(const v8::PropertyCallbackInfo< |
v8SetReturnValue(info, builder.dictionary().v8Value()); |
} |
-} // namespace WebCore |
+} // namespace blink |