| Index: Source/modules/crypto/KeyAlgorithm.h
|
| diff --git a/Source/modules/crypto/KeyAlgorithm.h b/Source/modules/crypto/KeyAlgorithm.h
|
| index edb62507445e5ecee8faab9246bb79427e20be20..82bb77589dd9cbcb9b7e925d69e638610a30436c 100644
|
| --- a/Source/modules/crypto/KeyAlgorithm.h
|
| +++ b/Source/modules/crypto/KeyAlgorithm.h
|
| @@ -36,7 +36,7 @@
|
| #include "public/platform/WebCryptoKeyAlgorithm.h"
|
| #include "wtf/Forward.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class KeyAlgorithm : public GarbageCollectedFinalized<KeyAlgorithm>, public ScriptWrappable {
|
| public:
|
| @@ -63,6 +63,6 @@ protected:
|
| #define DEFINE_KEY_ALGORITHM_TYPE_CASTS(thisType) \
|
| DEFINE_TYPE_CASTS(thisType, KeyAlgorithm, value, value->is##thisType(), value.is##thisType())
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif
|
|
|