Chromium Code Reviews| Index: Source/modules/crypto/RsaKeyAlgorithm.h |
| diff --git a/Source/modules/crypto/RsaKeyAlgorithm.h b/Source/modules/crypto/RsaKeyAlgorithm.h |
| index 7298d1c9f15bef5e1a9e298f4ee38bd7d3382a7a..aca0d83d07132af478b61d124732b8839bbb6031 100644 |
| --- a/Source/modules/crypto/RsaKeyAlgorithm.h |
| +++ b/Source/modules/crypto/RsaKeyAlgorithm.h |
| @@ -53,8 +53,6 @@ private: |
| RefPtr<Uint8Array> m_publicExponent; |
| }; |
| -DEFINE_KEY_ALGORITHM_TYPE_CASTS(RsaKeyAlgorithm); |
| - |
| } // namespace WebCore |
| #endif |